Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any good SQL Anywhere database schema comparison tools?

Are there any good database schema comparison tools out there that support Sybase SQL Anywhere version 10? I've seen a litany of them for SQL Server, a few for MySQL and Oracle, but nothing that supports SQL Anywhere correctly.

I tried using DB Solo, but it turned all my non-unique indexes into unique ones, and I didn't see any options to change that.

like image 261
Lurker Indeed Avatar asked Sep 19 '08 19:09

Lurker Indeed


People also ask

How do I compare two schemas in SQL Developer?

You can use the SQL Developer Database Diff wizard to compare the objects in two schemas, identify the differences and then selectively apply changes to the destination schema based on the results of the comparison. The Database Diff wizard is available from the main Tools menu.


3 Answers

The new kid on the block is Qwerybuilder. It supports SQL Server, Sybase ASE, Sybase SQL Anywhere and Oracle. I've used it successfully with SQL Anywhere to track schema changes.

like image 26
Vincent Buck Avatar answered Oct 14 '22 02:10

Vincent Buck


If you are willing to download SQL Anywhere Version 11, and Compare It!, check out the comparison technique shown here:

http://sqlanywhere.blogspot.com/2008/08/comparing-database-schemas.html

You don't have to upgrade your SQL Anywhere Version 10 database.

like image 185
Breck Carter Avatar answered Oct 14 '22 00:10

Breck Carter


Two I've come across that support SQL Anywhere:

Upscene Database Workbench - http://www.upscene.com/products.dbw.sqlanywhere.php

Aquafold - http://www.aquafold.com/index-sybaseany.html

Each one appears has a schema comparison tool, however I have not used either to compare schemas.

like image 25
Nick Brooks Avatar answered Oct 14 '22 01:10

Nick Brooks