we have a existing table in SQL Server DB. we need to add a column to the existing table. here is the existing columns,
col1, col2, col5, col6
here is the columns which has to be added to the table,
col1, col2, col3, col4, col5, col6 - in this sequence we need to add in SQL Server.
can you please help me out in this