Hi i m using SQL 2008 R2.What is the faster way to insert data of 10 mil. records from one table A into another empty table B.
Table A and B dont have same schema similar but not the same.
Hi i m using SQL 2008 R2.What is the faster way to insert data
Share
It’s only 10 million rows. Just use a normal INSERT
or