Issue
How to connect to two databases at the same time in SQL Server? i want to create a query from a local database db1 on some tables exist in an outside database db2. Im working with SQL Server.
Solution
The servers will need to be connected as a Linked Server in Server Objects, Linked Servers with a user that has access to both servers.
Answered By - DrHouseofSQL Answer Checked By - Clifford M. (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.