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.