Hi..,
I'm having Two Stored Procedures in Two Different Databases..
Database1 - Employee
Stored Procedure - Employee_Detail s
Database2 - Company
Stored Procedure - Company_Details
In Each Stored Procedure I Joined Three Tables(Inner Join) in both the Databases..
Now I want to Join these Two Stored Procedures from Different Databases to get My Result..
How to do this..
Thank You
I'm having Two Stored Procedures in Two Different Databases..
Database1 - Employee
Stored Procedure - Employee_Detail s
Database2 - Company
Stored Procedure - Company_Details
In Each Stored Procedure I Joined Three Tables(Inner Join) in both the Databases..
Now I want to Join these Two Stored Procedures from Different Databases to get My Result..
How to do this..
Thank You
Comment