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 |
texas1992
Starting Member
21 Posts |
Posted - 2012-10-25 : 09:56:31
|
I have a query that I need to make that will cross two servers.Select a.Field1, b.Field2From tableA a Left Join tableB b ON a.id = b.idtableA resides on server1 and tableB resides on server2.How do I do this?Thanks. |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
|
texas1992
Starting Member
21 Posts |
Posted - 2012-10-25 : 14:12:54
|
Thanks. I just haven't done this for a long time and forgot. |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2012-10-25 : 14:59:03
|
you're welcome------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
 |
|
|
|
|