|
-
May 22nd, 2006, 02:49 AM
#1
Thread Starter
Fanatic Member
Connecting to oracle through SQL server
Does any one have any information on connecting to an oracle database through SQL Server please?
-
May 22nd, 2006, 02:52 AM
#2
Re: Connecting to oracle through SQL server
In Query Analyzer you can use OpenDataSource(providername, connectionstring) to connect to other datasource like Oracle, Excel, Access etc.
Use [code] source code here[/code] tags when you post source code.
My Articles
-
May 23rd, 2006, 07:43 AM
#3
Frenzied Member
Re: Connecting to oracle through SQL server
Please use the "linked servers" feature. It requires an oracle client on your sql server machine.
Please read about it in books online. And note that performance is not very good when working with this feature because every query ahs to be executed twice.... without going into details. Please keep that in mind.
Kind regards
Henrik
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|