Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
jpham
Starting Member
19 Posts |
Posted - 2007-02-16 : 19:13:18
|
Hi All,Is there any MSSQL command that we can change the columns' datatypeof the existing table. For example tablea has ca1 as smallint not null and ca2 as smallint not nulland I want to change both columns to int not null.We couldn't use the alter command to alter 2 columnsat the same time. So I was wondering if there isany sql command that I can use to change 2 columns' datatypeat the same time without using two alter statements.ThanksJP |
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2007-02-16 : 19:36:16
|
No KH |
 |
|
|
|
|