August 29, 2012 at 9:36 am
syntx for changing Varchar(225) NOT NULL column to Varchar(1000) NOT NULL
August 29, 2012 at 9:40 am
August 29, 2012 at 9:42 am
alter table MyTable alter column MyColumn varchar(1000) not null
--------------------------------------------------------------
To know how to ask questions and increase the chances of getting asnwers:
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply