SQL SERVER - 2005 - List All The Column With Specific Data Types(blog.sqlauthority.com)
submitted by
pinaldave(9662) 4 years, 9 months ago
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
|category: Database
|Views: 10
tags:
SQL varchar max pinaldave SQLAuthority another
Everyones tags:
Your Tags: