Exporting Entire DB Schema

The Schema Manager allows you to export entire database schema to a SQL script file or migrate the schema to a different database or server.

You can specify a number of options for the SQL script generation. These options include:

If you choose to deploy the generated script directly to the target platform, you can specify how to handle runtime errors and if to run the script within a transaction so that you could rollback all changes if the deployment operation fails.

There are multiple ways to invoke the schema export operation: