Press "Enter" to skip to content

Finding User-Defined Types on SQL Server Columns

Tom Collins does a search:

I want to find SQL Server table columns which are using user-defined types  . I also want to find SQL Server columns  in which the nulability at the column level is different from the nullability set at the user-defined type level. 

Read on for the two queries.