Home All Groups Group Topic Archive Search About

SQL Server 2000 to Oracle

Author
23 Sep 2005 8:24 PM
parmel
I need to access Oracle 9i from SQL Server 2000 to get the next number from
an Oracle sequence.  What is the simplest way to do this?  Is a Microsoft
ODBC driver the answer?

Author
23 Sep 2005 9:57 PM
John Bell
Hi

One way it to create a linked server and OPENQUERY. You are probably better
using either the Oracle or Microsoft OLEDB drivers. More information is in
Books Online.

John
Show quote
"parmel" <par***@discussions.microsoft.com> wrote in message
news:A4104B06-8FD5-47BF-AF96-220EE665D26B@microsoft.com...
>I need to access Oracle 9i from SQL Server 2000 to get the next number from
> an Oracle sequence.  What is the simplest way to do this?  Is a Microsoft
> ODBC driver the answer?
Author
26 Sep 2005 3:07 PM
parmel
I'm new to this site.  Can you tell me where I go to get to Books Online? 
Thanks.

Show quote
"John Bell" wrote:

> Hi
>
> One way it to create a linked server and OPENQUERY. You are probably better
> using either the Oracle or Microsoft OLEDB drivers. More information is in
> Books Online.
>
> John
> "parmel" <par***@discussions.microsoft.com> wrote in message
> news:A4104B06-8FD5-47BF-AF96-220EE665D26B@microsoft.com...
> >I need to access Oracle 9i from SQL Server 2000 to get the next number from
> > an Oracle sequence.  What is the simplest way to do this?  Is a Microsoft
> > ODBC driver the answer?
>
>
>
Author
26 Sep 2005 3:24 PM
Dan Guzman
If you have the SQL Server client tools installed, navigate to
Programs-->Microsoft SQL Server-->Books Online.  You can also download the
latest from
http://www.microsoft.com/sql/techinfo/productdoc/2000/books.mspx.  Online
web access is also available via the MSDN Library
http://msdn.microsoft.com/library/default.asp under Servers and Enterprise
Development.

--
Hope this helps.

Dan Guzman
SQL Server MVP

Show quote
"parmel" <par***@discussions.microsoft.com> wrote in message
news:E6450F27-EF96-4322-B344-951CC4995C4C@microsoft.com...
> I'm new to this site.  Can you tell me where I go to get to Books Online?
> Thanks.
>
> "John Bell" wrote:
>
>> Hi
>>
>> One way it to create a linked server and OPENQUERY. You are probably
>> better
>> using either the Oracle or Microsoft OLEDB drivers. More information is
>> in
>> Books Online.
>>
>> John
>> "parmel" <par***@discussions.microsoft.com> wrote in message
>> news:A4104B06-8FD5-47BF-AF96-220EE665D26B@microsoft.com...
>> >I need to access Oracle 9i from SQL Server 2000 to get the next number
>> >from
>> > an Oracle sequence.  What is the simplest way to do this?  Is a
>> > Microsoft
>> > ODBC driver the answer?
>>
>>
>>
Author
26 Sep 2005 4:00 PM
parmel
Thank you John and Dan.  This points me in the right direction.

Show quote
"Dan Guzman" wrote:

> If you have the SQL Server client tools installed, navigate to
> Programs-->Microsoft SQL Server-->Books Online.  You can also download the
> latest from
> http://www.microsoft.com/sql/techinfo/productdoc/2000/books.mspx.  Online
> web access is also available via the MSDN Library
> http://msdn.microsoft.com/library/default.asp under Servers and Enterprise
> Development.
>
> --
> Hope this helps.
>
> Dan Guzman
> SQL Server MVP
>
> "parmel" <par***@discussions.microsoft.com> wrote in message
> news:E6450F27-EF96-4322-B344-951CC4995C4C@microsoft.com...
> > I'm new to this site.  Can you tell me where I go to get to Books Online?
> > Thanks.
> >
> > "John Bell" wrote:
> >
> >> Hi
> >>
> >> One way it to create a linked server and OPENQUERY. You are probably
> >> better
> >> using either the Oracle or Microsoft OLEDB drivers. More information is
> >> in
> >> Books Online.
> >>
> >> John
> >> "parmel" <par***@discussions.microsoft.com> wrote in message
> >> news:A4104B06-8FD5-47BF-AF96-220EE665D26B@microsoft.com...
> >> >I need to access Oracle 9i from SQL Server 2000 to get the next number
> >> >from
> >> > an Oracle sequence.  What is the simplest way to do this?  Is a
> >> > Microsoft
> >> > ODBC driver the answer?
> >>
> >>
> >>
>
>
>

AddThis Social Bookmark Button