Mega Code Archive

 
Categories / MSSQL Tutorial / System Functions
 

Execute sp_addtype id,varchar(11) ,NOT NULL

execute sp_addtype id      ,'varchar(11)' ,'NOT NULL' GO