Join tables from different server
Database
5
Posts
4
Posters
0
Views
1
Watching
-
So idea of what databases you're working with would help.
-
naunt wrote:
Please help me to JOIN 2 table from different server.
Infrastructure/Environment fail. Now, to answer your question; execute sp_addlinkedserver[^] to link the two servers, then using the server name to fully qualify a table, write a join in the normal way. This post assumes MS SQL Server.