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
Showsound icon in notification area in Windows 7
DC Diag errors- Replacing an old DC with a new server.
Which HDMI Cable for my XBox 360
VC7: Newly introduced bugs in MFC\Src\viewhtml.cpp
Difference between Windows firewall and the SharedAccess service
Prit Spooler stopping on Windows 2k3 Server
Windows Full Screen
NZ Dlookup and If statement
Email Button In Access
MDI Parent Object Reference?