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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 import sybase db to sql server 2000

Author  Topic 

mateenmohd
Constraint Violating Yak Guru

297 Posts

Posted - 2008-03-03 : 08:33:41
How can import sybase db (sql any where) to sql server 2000 ?
sybase can be imported to sql server how ?

I try to import but there is no option to import sybase db
by tool -> data transformation services -> import / export data

Regards
Mateen


dineshasanka
Yak Posting Veteran

72 Posts

Posted - 2008-03-03 : 09:50:30
You have to install sysbase OLEDB driver which is freely available in sysbase site.
Then use the same option you used.

---------------------
http://dineshasanka.spaces.live.com/
Go to Top of Page

mateenmohd
Constraint Violating Yak Guru

297 Posts

Posted - 2008-03-04 : 00:40:37
Thanks.
Go to Top of Page
   

- Advertisement -