All Products
Search
Document Center

Data Management:Export Data

Last Updated:Mar 28, 2026

DMS supports three types of data export. Use the table below to choose the right method for your use case.

MethodWhat it exportsSupported formatsApproval required
Export table schemasDDL definitions for one or more tablesWord, Excel, PDFNo
Export SQL query result setsRows returned by a SQL query (relational databases only)CSV, Excel, and othersYes
Export entire databaseTables, data, and database objects such as stored procedures, functions, triggers, views, and eventsYes

Prerequisites

Before you begin, make sure that:

Export table schemas

Export the data dictionary document for one or more tables in Word, Excel, or PDF format. This method does not require ticket approval.

  1. Log on to the DMS console V5.0.

  2. In the Database Instances list on the left, find the target database.

  3. Double-click the database name to open the SQL Console.

  4. Right-click the target table and choose Export > Export Table Schema.

    Alternatively, click the extension icon in the upper-right corner and select Entire Database Table Schema.
  5. On the Export Table Schema page, select a format and download the data dictionary document. Supported formats: Word, Excel, and PDF.

Export SQL query result sets

Export rows returned by a SQL query as a file. This method supports relational databases only and requires ticket approval.

Exporting result sets from NoSQL databases is not supported.

The SQL Console displays up to 3,000 rows. To export more than 3,000 rows, use this method instead of copying results from the console.

  1. Log on to the DMS console V5.0.

  2. In the Database Instances list on the left, find the target database.

  3. Double-click the database name to open the SQL Console.

  4. Query data using SQL statements.

  5. In the Execution Result area, choose Export File > Export More Data.

  6. Configure the export parameters and click Confirm.

    ParameterDescription
    Reason CategorySelect the reason for the export to facilitate future searches.
    Business BackgroundDescribe the purpose or goal in detail to reduce communication costs.
    Relevant PersonnelAdd collaborators who need to view or act on the ticket. Other users (except administrators and DBAs) cannot access the ticket.
    Export SQL StatementEnter the SQL statement to export.
    Embed WatermarkSelect a watermark type to embed identification information in the exported file. For details, see Embed Watermark. Options: Data watermark embeds identification information in the data in a way not directly visible to users — requires sensitive data protection to be enabled and the export must contain more than 200 entries. File watermark embeds identification information that is directly visible in the exported file.
  7. In the Ticket Generated Successfully dialog box, click View Ticket.

  8. On the ticket details page, verify the Affected Rows count in the Precheck area, then click Submit for Approval.

  9. After the ticket is approved, the system runs the export task automatically. When the task completes, click Execute Export on the ticket details page. Select the file type, Data, Character Set, and any other options, then click Confirm Execution.

  10. Click Download Exported File to save the file to your local computer.

Important

When exporting in CSV format, Excel may display date fields as serial numbers or garbled characters because CSV files contain no formatting information. To fix this, select the date column in Excel, right-click, and choose Format Cells > Date.

Export entire database

Export an entire database, including tables, data, and database objects such as stored procedures, functions, triggers, views, and events.

  1. Log on to the DMS console V5.0.

  2. In the Database Instances list on the left, find the target database.

  3. Double-click the database name to open the SQL Console.

  4. Right-click the target table and choose Export > Export This Database.

    Alternatively, click the extension icon in the upper-right corner and select Export This Database.
  5. Configure the export parameters.

    ParameterDescription
    Exported TablesSelect All Tables or Partial Tables. If you select Partial Tables, choose the specific tables on the right.
    Reason CategorySelect the reason for the export to facilitate future searches.
    Business BackgroundDescribe the purpose or goal in detail to reduce communication costs.
    Relevant PersonnelAdd collaborators who need to view or act on the ticket. Other users (except administrators and DBAs) cannot access the ticket.
    Export ContentSelect what to export: Data, Structure, or Data and Structure.
    Export Structure TypeSelect the database object types to include: Stored Procedure, Function, Trigger, View, or Event. Available options vary by database type — refer to the console for the options supported by your database.
  6. Click Submit Application. DMS redirects you to the ticket details page, where you can track the Basic Information and approval progress.

  7. After the ticket is approved, the system runs the export task automatically. When the task completes, click Download Exported File on the ticket details page.

FAQ