Click here to Skip to main content
15,894,896 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am trying to replicate the database schema of our test database which currently runs on Sybase(SQL Anywhere 16) to SQL SERVER. The plan is to copy all tables including the data they contain currently in our Sybase database into a database in SQL SERVER. Since I am new to Sybase I am still not clear how to do this. I tried using the Unload database wizard in Sybase and running the "reload.sql" file generated in our SQL SERVER instance but that has not worked.Plus I have spent several hours checking google for a solution but nothing good shows up. Any one knows any clue or ideas to point me in right direction
Posted

1 solution

Please, download, install and use Microsoft SQL Server Migration Assistant for Sybase v5.2[^]
 
Share this answer
 
Comments
Uzoma Umekwe 26-Sep-13 12:18pm    
@Maciej Los. I have downloaded it and when I try to connect to my Sybase database using the tool i get the following error "Unable to find specified provider.
Sybase Data Access Connectivity libraries were not found on the machine. You can install them from Sybase product media or download it from Sybase web site". I guess it is because i probably do not have ODBC, OLEDB Drivers for Sybase installed. I have checked sybase website and I am not getting any reasonable help. Please how can you assist me further?
Uzoma Umekwe 27-Sep-13 5:04am    
@Maciej Los. I seem to be making progress based on the links you gave me. I have got the connection to the database but i still get an error collecting data. This is the error I get "Connection to Sybase established successfully.
Connection string: Driver=SQL Anywhere 16;DefaultDir=c:\Database\;Dbf=c:\Database\DataBase.db;Uid=Username;Dsn="";
Error collecting data. See the inner exception for details."

Can you point me in the right way to go please? Thank you
Uzoma Umekwe 30-Sep-13 7:01am    
@Maciej Los Although my attempt with SSMA was not successful I think I have learnt a few bits. I am going to put a hold on the task for the mean-time as my Chief Software Architect has advised that we carry on with more pressing tasks. Thanks for the effort to help.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900