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 change display in query sql statement
Allow Standard User Admin Rights To Certain Programs
location of windows application error log
Microsoft SQL 2005
Send MS Access Appointments to Outlook Calendar - Detertmine Changes in Access to Outlook
Receiving error when submitting data to SQL Server through asp.net vb
Need to import data from SQL Query Analyzer to MS Access
Excel Web Access Error ?
Determine PrintArea in Excel
How to use "if" statement in access 2003