Posts
630
Comments
535
Trackbacks
1
T-SQL: Can you alter multiple columns within a single alter table statement?

No.  You can add multiple columns, but you have to use a separate alter table statement for each column you want to alter.

posted on Monday, May 09, 2005 1:55 PM Print