Microsoft
Software
Hardware
Network
Question : Video examples for Inner join with 2 databases
Does anyone have any links to show how to INNER join 2 tables from 2 different databases ?
Thanks
fordraiders
Answer : Video examples for Inner join with 2 databases
This is straightforward if those two databases are on the same server , all you need is to use a 3 part names for the objects
SELECT a.*
FROM database1.schemaName.Table
Name a
INNER JOIN Database2.SchemaName.Table
Name b ON a.Somekey = b.SomeKey
Random Solutions
sql query "Not Like" statement does not work in Access
How to create an insert query to add records to a database which has a password.
Outlook '07 PST Corrupt?
The LinkMasterFields Property setting has produced the following error: The object doesn't contain the automation object 'Proposal Header.'
Outlook No Subject Warning Stops Working
Access: Grand Totals positioning in reports
What happens if I you close a connection without commiting an open transaction?
Error Converting DataType VarChar to Numeric - DataSet - Detail - ToolStripTextBox
Turn off certificate for remote web workplace
SmapLS not found in Kernel32.dll