1

Is this at all possible? Or would it be necessary to perform individual queries against each DB, and then process the result in code or a tmp db table or whatever?

David Pratt
  • 703
  • 7
  • 16

1 Answers1

1

If you have 2 different servers then you can not couple these servers in a way that the data can be joined.

You need to execute the queries seperately on the servers and process the data later. It is possible to link a SQL Server with other systems though.

Community
  • 1
  • 1
juergen d
  • 201,996
  • 37
  • 293
  • 362