I need a SQL query which add a new column after an existing column, so the column will be added in a specific order.
Please suggest me if any ALTER quer
ALTER
If you want to alter order for columns in Sql server, There is no direct way to do this in SQL Server currently.
Have a look at http://blog.sqlauthority.com/2008/04/08/sql-server-change-order-of-column-in-database-tables/
You can change order while edit design for table.