I have two different databases Banking and Initial. Under banking, I have a table Customers and under Initial database, I have a table Funding. I wanted to join the value of the table “Banking.BankingID” with the value Funding.FundingId on a single stored procedure. How can we achieve that? I am really stuck here. Please help?
I have two different databases Banking and Initial. Under banking, I have a table
Share
Yes you can you will need to use the full path to the tables.
This should work as long as the SQL user account has permissions to both databases, if the databases are on different servers you will need to look into
linked servers