Sybase table Structure Export method

Source: Internet
Author: User
Tags sybase

Sybase ASE comes with a command-line tool that exports an object structure: Ddlgen

For more detailed usage, refer to: Extracting the definition syntax for an object from an ASE database using Ddlgen

If the object structure contains Chinese, use the parameter:-jcp936

A more practical use is as follows:

1. Export the table structure (including indexes) of all tables in the database tpchdb:

ddlgen-usa-psybase123456-stest-dtpchdb-tu-n%.%-jcp936-o./tables.sql

2. Export the creation syntax for all views within the database tpchdb:

ddlgen-usa-psybase123456-stest-dtpchdb-tv-n%.%-jcp936-o./views.sql

3. Export the creation syntax for all stored procedures within the database tpchdb:

ddlgen-usa-psybase123456-stest-dtpchdb-tp-n%.%-jcp936-o./procs.sql

4. Export only the table structure (does not include the index):

ddlgen-usa-psybase123456-stest-dtpchdb-tu-n%.%-fi-jcp936-o./tables.sql

5. Simply export the syntax of the index on the table:

ddlgen-usa-psybase123456-stest-dtpchdb-ti-n%.%-jcp936-o./indexes.sql

Note the common object types:

I---Index

U----Table

TR---Trigger

P---stored procedure

V---View


Sybase table Structure Export method

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.