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
Import Outlook 2007 Messages to Access 2007/SQL table including file attachments
I need to capture the output of the datagrid grdAttendees and record each Members Email Address.
2008 R2 Connection Broker Load Balancing
Tiff File Compression
Handling pictures in Access
SCCM SP2 Client
Access 2003 report textbox limits to 255 characters
Dynamically position and resize textboxes horizontally in reports using Access 2003
Follow hyperlink command and unformatted .xml
Best way to downgrade Windows Server 2008 from Enterprize to Standard