on ‎2018 Sep 04 1:00 PM
Hi
What is the tool can be used for Migrating Sql Anywhere 16 database to ASE 15?
Narayana
Request clarification before answering.
Hello Subramanyam,
I have done a similar migration. We have relied on Power Designer to reverse engineer the database from ASA to ASE.
Then we used a combination between BCP and powerbuilder pipeline to move the data.
You have to watch out for reserved keywords between ASE and ASE.
Regards,
Marc
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, I will try and update you back the status. Currently i am using powerbuilder pipeline logic for table and data copy.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.