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 |
flamz
Starting Member
21 Posts |
Posted - 2008-03-29 : 11:18:16
|
Hi,Id like to perform an INSERT into query that takes a bunch of record from one table and inserts them into another. Except that the 2 tables are situated on different servers...Any tips?tx |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2008-03-29 : 11:23:38
|
Add a linked server and then use the four-part naming convention for the remote object.Tara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/ |
 |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-03-29 : 12:06:29
|
I would use Import/Export wizard. |
 |
|
|
|
|