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
Break Links in Excel?
Why vista is recycling after new new installation?
Windows 7 64 bit Connecting to SBS 2003 32 bit
Update values linked to excel cell within embedded word object with a VBA
Dynamic combo box rowsource based on prior combo box value
Ftp Password
How to check open ports in remote computers?
intermittent dead keys while typing
How can "duplicate key" errors be handled easily?
Using VBA to transfer CSV in AC07