Adding Column After Another Column - SQL Server 2005
short answer: Sorry, not possible without moving data to a temp table. Explanation: There are at least two ways to add new columns to a table in SQL server: It is possible to use the ALTER TABLE sql query to add a new column Use the Microsoft ... Other labels:
sql, server, 2005, alter, columns