I have a table with 3.4 million rows. I want to copy this whole data into another table.
I am performing this task using the below query:
select *
i
Here's another way of transferring large tables. I've just transferred 105 million rows between two servers using this. Quite quick too.
For more information, see https://www.mssqltips.com/sqlservertutorial/202/simple-way-to-export-data-from-sql-server/