Error!
Success!

SQL SERVER - 2005 - List All The Column With Specific Data Types

0
kicks

SQL SERVER - 2005 - List All The Column With Specific Data Types  (Unpublished)

SQL Server 2005 has new datatype of VARCHAR(MAX), we decided to change all our TEXT datatype columns to VARCHAR(MAX). The reason to do that as TEXT datatype will be deprecated in future version of SQL Server and VARCHAR(MAX) is superior to TEXT datatype in features. We run following script to identify all the columns which are TEXT datatype and developer converts them to VARCHAR(MAX) ...see the script here


Kicked By:
Drop Kicked By: