Have no idea how to do this! I have two databases on the same instance of SQL server 2008
In Database1 I have a table that has a column that holds a productID.
In Database2 I have a table that holds product info, i want to grab the SKU from this table based on the productID from Database1.
Its pickling my head! Hope you can help!
Many thanks
join them as if they were on the same DB, just add the DB name in front of the query.
Of course, you may have to deal with permissions to access one DB from another