The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
581 views

sql71501 sql parameter has unresolved reference to build-in type

from VS2012 I created a Database project and created ad custom type CREATE TYPE dbo.TypeProductCategoryTable AS TABLE ( ProductID int, CategoryID int ) Now when I write stored procedure with ...