Hi friends.........
I want to link a Sql Server to another? Can I link only other SQL Servers or any database servers such as Oracle?If yes then how?
Thanks.........
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.
Satyapriya NayakPosted Dec 8, 2011, 1:45 PM
Linked Servers is a concept in SQL Server by which we can add other SQL Server to a Group and query both the SQL Server dbs using T-SQL Statements.
We can link any server provided we have the OLE-DB provider from Microsoft to allow a link. For Oracle we have a OLE-DB provider for oracle that microsoft provides to add it as a linked server to the sql server group.
Please refer the below links
http://www.c-sharpcorner.com/uploadfile/suthish_nair/linked-servers-in-sql-server-2008/
http://www.dba-oracle.com/t_heterogeneous_database_connections_sql_server.htm
Thanks
Vikas MishraPosted Dec 14, 2011, 6:04 PM