Editing SQL user-defined data types
You can use the Sql Tables form to create or edit user-defined data types (UDDTs).
Optionally, to change a data type, SQL Server requires that
the data type be dropped and recreated. To drop a data type, it must not be in use by a
table, stored procedure, or function. Perform these steps:
- Filter for the data type and verify that the Where Type Used grid is empty.
- Select and save the record to drop the data type.
- Select , specify the information again, and save the data type record to recreate it.