I am creating a Windows application which have two SQL Server databases. One is in application/startup path and other is in different drive.
I have two SQL Server database files with different names. Both are in different location. There are same tables in both databases. I want toe create a join query between tables for different database.
So it is possible or not? If yes then how? This is my first question in stack over flow so please help me.