dbTalk Databases Forums  

Reading SQL Server 2000 table

comp.databases.sybase comp.databases.sybase


Discuss Reading SQL Server 2000 table in the comp.databases.sybase forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Thomas Richards
 
Posts: n/a

Default Reading SQL Server 2000 table - 07-16-2004 , 09:44 AM






Hi,

Is it possible to set up a SQL Server 2000 server and a Sybase 11.5.1
server so that the SQL Server tables can be accessed from Sybase. So I
could write a query such as:

select *
from SQLSERVER2000.mydb.mytable

on the Sybase server?

Thanks in advance for any pointers.
Tom

Reply With Quote
  #2  
Old   
Michael Peppler
 
Posts: n/a

Default Re: Reading SQL Server 2000 table - 07-19-2004 , 12:30 PM






On Fri, 16 Jul 2004 07:44:17 -0700, Thomas Richards wrote:

Quote:
Hi,

Is it possible to set up a SQL Server 2000 server and a Sybase 11.5.1
server so that the SQL Server tables can be accessed from Sybase. So I
could write a query such as:

select *
from SQLSERVER2000.mydb.mytable

on the Sybase server?
You need to use a product from Sybase called "Direct Connect" - although
I'm not sure if you can find it for ASE 11.5.x anymore.

Then you create a "proxy" table on the local server that points at the
table on the remote server, and you then query data in the proxy table as
if it is a local table.

Michael
--
Michael Peppler Data Migrations, Inc.
mpeppler (AT) peppler (DOT) org http://www.peppler.org/
Sybase T-SQL/OpenClient/OpenServer/C/Perl developer available for short or
long term contract positions - http://www.peppler.org/resume.html



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.