Click here to Skip to main content
15,884,637 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have been given one sybase database it need to be converted to sql db..

If it is possible please suggest me...?
Posted
Updated 8-Sep-16 4:19am
Comments
ZurdoDev 5-Nov-15 7:47am    
Not sure. Have you googled for a converter?
sagardiscovery 10-Nov-15 6:32am    
You can use SQL Server Migration Assistant for Sybase to migrate the data from Sybase db to Sql database.
https://msdn.microsoft.com/en-us/library/hh302795(v=sql.110).aspx

http://blogs.msdn.com/b/ssma/archive/2011/05/19/how-to-migrate-data-fast-from-sybase-to-sql-server.aspx

Member 11337367 23-Nov-15 23:51pm    
I have only database..sybase server is not installed in my system..In ssma it is asking server connection to migrate..So anyother solution is there..
jgakenhe 23-Nov-15 21:58pm    
I'd probably write an SSIS package and move data through there to the new database.

1 solution

You can use Sybase Power designer to reverse Sybase DB struture and transform in other DB structure like SQL.
If you want to transfer data, you can use:
- SQL SSIS
- link server (via ODBC) and scripts
- export data and import(be careful with FK's )
but keep in mind the original structure of DB and the restrictions.
 
Share this answer
 

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