all groups > sql server programming > september 2007 >
You're in the

sql server programming

group:

How to modify the column size without affecting the data in column.?


How to modify the column size without affecting the data in column.? vijee04 NO[at]SPAM gmail.com
9/26/2007 10:36:58 PM
sql server programming:
How to modify the column size without affecting the data in column.?
Re: How to modify the column size without affecting the data in column.? Jack Vamvas
9/27/2007 7:18:42 AM
Try:

ALTER TABLE myYbl ALTER COLUMN myCol varchar(100).

There are some instances where this cannot work , check BOL

--

Jack Vamvas
___________________________________
Search IT jobs from multiple sources- http://www.ITjobfeed.com/SQL




[quoted text, click to view]

AddThis Social Bookmark Button