0

How to join two tables from different connections / instances in SQL Server?

Something like this :

select * 
from [connection1].[database].[table] c1
join [connection2].[database].[table] c2 on c1.id = c2.id
marc_s
  • 704,970
  • 168
  • 1,303
  • 1,425
Hisen
  • 13
  • 9

0 Answers0