September 29, 2009 at 4:54 am
Hi,
What is the best way to copy the data from one table to another table having the same schema. The databases are in different database servers. Do I have to create a linked server of that database server and then use the combination of insert and select statements. Please advice on the best practice to follow in this scenario.
Regards,
Vinay
September 29, 2009 at 5:02 am
Is this a single shot operation ?
Use the import / export data wizard in enterprise manager/instance/database/tables rightclick on a table object.
Check out DTS in books online
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data and code to get the best help
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
September 29, 2009 at 5:04 am
Yes. This is required for one shot only and there will be around 5 million records in the table.
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply