Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
samar.knp
Starting Member
2 Posts |
Posted - 2011-05-27 : 05:55:47
|
Hi All, I want to copy records from the table which is on the remote server.I am using (SELECT * INTO totablename FROM fromTablename) it is taking much more time because records are very high(in million)
is there any way to copy bulk records from one table to another table?
thanks in advance.
thanks
|
|
|
|
|