All Tags »
Performance »
Query Processin... »
Bad database pr... »
Best Practices »
Distributed join (RSS)
Sorry, but there are no more tags available to filter with.
-
In SQL Server, it is rather handy to retrieve data from a different SQL Server instance and use the result locally in another SQL statement for further processing. In theory and in the set purists’ fantasy land, it shouldn’t matter where you get your data or even how you get the data as long as you can use them to further compose a set-based ...