Hi,
I have two different SQL servers each having a database with a table. I want to join these two tables using c# code, since I dont have the necessary permission to create a linked server. So can this be achieved. How about doing in Linq?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhishek JainPosted Sep 17, 2013, 11:48 AM
You just need to add reference to a library names "System.Linq.Data"
Sample code:
Regards
AJ