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
How do I use the debugger in Microsoft Access?
Negative Values in a Numeric Field
Can I upgrade a "30 Day Trial" version of Windows Vista to a full Version of Windows 7?
VBA error disables page layout
How to open zip files in outlook without saving the attachment
Subform Problems, Method Form of object Subform failed
hide a txt file
Microsoft forefront and Windows 7 installation failure
Net Logon Errors
Creating tables and relationships with normalisation