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 |
|
rdeavers
Starting Member
2 Posts |
Posted - 2009-11-12 : 13:54:11
|
| I understand that I can transfer data from one database to another using SELECT INTO. Can I do this with databases on different servers? |
|
|
X002548
Not Just a Number
15586 Posts |
|
|
sql-programmers
Posting Yak Master
190 Posts |
Posted - 2009-11-13 : 13:39:18
|
| I have ran into a similar issue. If you need instructions on setting up your linked servers, you can use the article below:[url]http://www.sql-programmers.com/SQLResources/ManagementStudio/LinkedServers.aspx[/url]After setting up the linked servers, you can run your SELECT INTO query.SQL Server Programmers and Consultantshttp://www.sql-programmers.com/ |
 |
|
|
|
|
|