0

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 2

-1

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

Sign up to request clarification or add additional context in comments.

Comments

-1

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

I need to link to Oracle database. Is that possible?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.