ASEDUMP: Sybase ASE database to sql converter

The Idea: I want to unload database to sql file(s) and to recreate it on another platform (even server type).
Of cause you can use big, expensive tools like CAST etc., but you can't manage the process.

This tool is simple to understand, extendable (you need to know T-SQL and windows command batch).
The most important thing: it's free.

Description:
I have created a simple tool cisql. It's like usual isql, but it can produce results without extra information.
So all logic is implemented in SQL and CMD files.
Only following db constraints are supported for now:
- Defaults
- User types
- Tables
- Views
- Foreign keys
- Procedures
- Data

You can write and send me scripts for triggers, etc.
You can do what you want on your own risk.
Version 2008-01-02 Download : asedump

Copyright by Dmitry Lukyanov


top | control panel