The built-in-types tag has no wiki summary.
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 ...