cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SQL Anywhere to ASE Migration

former_member647073
Discoverer
860

Hi

What is the tool can be used for Migrating Sql Anywhere 16 database to ASE 15?

Narayana

View Entire Topic
former_member89972
Active Contributor
0 Likes

There is no single tool.

You migrate data using bullk load copy out from SQLANywhere and copy into ASE.

For logic you can use tools like Sybase Central, DBArtisan, AQUA studio, etc. (google search for more) and convert Anywhere SQL to T-SQL.

(i.e. reverse engineer from SQLAnywhere and try on ASE)

SQL between the two is 85 to 90% compatible. But you have to test each proc/trigger etc by compiling it on ASE.

You can also use SAP/Sybase's PowerDesigner for reverse/forward code generation.

HTH

Avinash