Programming, sql IT Nursery How to check existence of user-define table type in SQL Server 2008? I have a user-defined table type. I want to check it’s existence before editing in a patch using OBJECT_ID(name, type) function. What type from the enumeration should be passed... June 3, 2022 0 Comments