How do I list user defined types in a SQL Server database?
select * from sys.types where is_user_defined = 1 and name ='BasicModelType'

相关文章: