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.
2 Answers
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
Comments
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/
1 Comment
4 Leave Cover
I need to link to Oracle database. Is that possible?