Select into from one sql server into another?
Posted
by
blasto
on Stack Overflow
See other posts from Stack Overflow
or by blasto
Published on 2013-10-18T21:50:45Z
Indexed on
2013/10/18
21:53 UTC
Read the original article
Hit count: 210
I want to select data from one table (T1, in DB1) in one server (Data.Old.S1) into data in another table (T2, in DB2) in another server (Data.Latest.S2). How can I do this ?
Please note the way the servers are named. The query should take care of that too. That is, SQL server should not be confused about fully qualified table names. For example - this could confuse SQL server - Data.Old.S1.DB1.dbo.T1.
© Stack Overflow or respective owner