How do I alter multiple columns with one SQL statement?
I've tried :
ALTER TABLE epcs_benefit_plan ALTER COLUMN
abc1 varchar(3) not null,
abc2 varchar(3) not null
You will have to use multiple ALTER TABLE statement to achieve this.HTH, Jens K. Suessmeyer.
http://www.sqlserver2005.de
No comments:
Post a Comment