execute sp_addtype id,'varchar(11)' ,'NOT NULL' : sp_addtype « System Functions « SQL Server / T-SQL Tutorial






execute sp_addtype id      ,'varchar(11)' ,'NOT NULL'
GO
25.22.sp_addtype
25.22.1.sp_addtype creates your own specific datatypes, including how the SQL Server will handle NULL values.
25.22.2.User-Defined Datatypes
25.22.3.execute sp_addtype id,'varchar(11)' ,'NOT NULL'