SQL: Assign permissions to the table type not directly to the object name
When you use table types in SQL Server, you need to assign permissions on them, and usually EXECUTE permissions. On one of my mailing lists, I saw a posting about how the user was trying to assign permissions to a table type (for use as a table-valued parameter), and was getting this error:
Msg 15151, Level 16, State 1, Line 11 Cannot find the object, because it does not exist or you do not have permission.
2018-05-14


