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
vba to forward html or plain text emails with additional text at front
How Do i repair msiexec.exe?
Using DoCMD.FindRecord getting runtime error 2162
Outlook Web Access 2003 Redirect
VB.NET: a correct size of stream buffer
Must impersonation be used to make the PSI Statusing.SetAssignmentWor<wbr />kData web service update the data?
Array Help
Visual Studio 2008 workflow & architecture
Can I add a browse button to an access form so I can insert a .jpg image
Sql Server Connect string question