Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
qingchengottawa
Starting Member
7 Posts |
Posted - 2006-10-23 : 09:33:52
|
Is there a way to use SQL server 2000 to read data from Oracle 9i table? Or vis versa. |
|
schuhtl
Posting Yak Master
102 Posts |
Posted - 2006-10-23 : 09:42:12
|
Yes...you have to install the oracle client on your SQL Server 2000 box and then set up a linked server. This will allow you to query the Oracle database. I have never tried setting up something on the Oracle side and accessing SQL Server data. |
 |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2006-10-23 : 10:58:08
|
Also read about OpenDatasource, Openrowset in sql server help fileMadhivananFailing to plan is Planning to fail |
 |
|
|
|
|