One database is SQL Server 2005 and other one is 2008.
I have to write a query which should pull data from both servers (I have to write a query in my local SQL box).
Any Directions?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you can use any of the following option :
1) Linked server
2) SSIS
3) OPENROWSET