Sql Server – Question about optimizing table copy from one database to another
- Posted by Sqltimes
- On November 27, 2013
- 0 Comments
Question for everyone: What steps could we take to optimize table copy from one database to another? A few days ago, I was running a large table copy from one database to another. Something like this: 1 2 SELECT Col1, Col2 INTO OtherDB.dbo.TableCopy FROM ThisDB.dbo.Table This is a huge table, it has close to 6 […]
Read More