Pregunta

I was wondering how to create synonym at MS SQL Server that will link my Oracle database? My tables all are at Oracle database. Thanks in advance.

¿Fue útil?

Solución

Here is a few more links on linked server from SQL Server to Oracle which enables developers on SQL Server to query data in an Oracle database

http://sqlmag.com/sql-server/sql-server-and-oracle-making-connection

http://www.kodyaz.com/articles/create-oracle-linked-server-query-data-from-oracle-to-sql-server.aspx

Otros consejos

I think, you are looking for the feature called 'Linked Server'. If so, start reading here: http://technet.microsoft.com/en-us/library/ms188279.aspx

You'll need to create a linked server then use synonym on top of that if you need the level of abstraction.

http://www.pressthered.com/sql_server_synonyms_and_linked_servers/

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top