How does SQL Server Management Studio move columns?
By Vadim - Posted on September 25th, 2007
SSMS (SQL Server Management Studio) does not use any kind of wizardry as one might think. It creates a new table, moves the data, drops the original table and renames the new table to the original name.
The design tool in SSMS can generate a script for any changes you have made.
This option is available via "Generate Change Script" in the "Table Designer" menu or via right-clicking the table editor.
Recent comments
5 days 20 hours ago
1 week 3 days ago
1 week 3 days ago
1 week 6 days ago
1 week 6 days ago
3 weeks 5 hours ago
3 weeks 5 hours ago
3 weeks 3 days ago
3 weeks 3 days ago
3 weeks 4 days ago