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 |
|
Jeepaholic
Starting Member
36 Posts |
Posted - 2002-03-25 : 23:23:51
|
| Hello. I've done a lot of searching on this site, and I've been unable to find much on this at all.Simply put, I'm trying to pull data from a Sybase database running on Solaris into a SQL 2000 database. I'd rather use replication, if possible...however, a DTS package would be fine.If someone could describe, in relative detail, how to accomplish this - or point me in the direction of some good links on it...that'd be awesome.EDIT: I'd like to add that I'd rather do this FROM the SQL 2000 server, as opposed to having to install anything on the Sybase server. (if of course, it's possible)Any help is greatly (greatly) appreciated!AlEdited by - jeepaholic on 03/25/2002 23:32:56 |
|
|
chadmat
The Chadinator
1974 Posts |
Posted - 2002-03-26 : 16:37:08
|
| I've done this before, it is pretty easy to do via DTS, but I don't think it is possible via replication.You need to have a Sybase OLEDB or ODBC Driver. After that, it is not any different than a regualr DTS package. You can either use the import wizard, or package designer based on how detailed you need to get.-Chad |
 |
|
|
Jeepaholic
Starting Member
36 Posts |
Posted - 2002-03-26 : 18:39:35
|
| Hey Chad, that's great to hear! Any recommendations on what type or where to get the driver from? Just curious if you've found any in particular to be more reliable.Thanks again!Al |
 |
|
|
chadmat
The Chadinator
1974 Posts |
Posted - 2002-03-27 : 01:23:02
|
| I believe Merant is the one I have used. It seemed to work fine, but I can't say it is the best, as it is the only one I have ever used.-Chad |
 |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2002-03-27 : 07:48:34
|
If you need their latest ODBC/OLE DB drivers, you can get them here:http://www.datadirect-technologies.com/Be warned: once you download the evaluation, count to 10, and your phone will ring. It will be a sales rep from DataDirect. Edited by - robvolk on 03/27/2002 07:50:34 |
 |
|
|
|
|
|
|
|