Im using SQL Server 2005.
I have a table1 with 3 columns. And table2 with 4 columns.
I want to insert the records from table1 into table2.
But I dont want to insert into column1 from table2.
I want to start inserting from column2 on.
What can i do? Thanks...