G
Guest
I need to pull data from two separate DBs in SQL Server with the ability to
store a value (id) from db as a foreign key in the second db and display a
name associated with that id. I don't want to duplicate the Customer table
from the second db in the first db. Is there any way to do this?
store a value (id) from db as a foreign key in the second db and display a
name associated with that id. I don't want to duplicate the Customer table
from the second db in the first db. Is there any way to do this?