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 |
|
rdugre
Starting Member
32 Posts |
Posted - 2001-05-06 : 15:07:55
|
| I am writing a script to update a table (ALTER TABLE). I need to add several columns into the existing table. I have been able to use the ALTER TABLE procedure effectively, but it adds all of the new columns at the bottom of the existing table structure.Are there any parameters to ALTER TABLE that allow me to specify where to place the new columns in the existing table structure?Thanks in advance. |
|
|
|
|
|