I would like to know if there\'s a way to add a column to an SQL Server table after it\'s created and in a specific position??
Thanks.
You can do that in Management-Studio. You can examine the way this is accomplished by generating the SQL-script BEFORE saving the change. Basically it's achieved by: