Exporting Partial Schema

The Schema Manager allows you to export  selected database objects to SQL script file or migrate these objects to a different database or server.

You can select different types of database objects into the same batch, such as tables and stored procedures, and also specify to include all objects, on which the selected objects depend on. For example, you can select a several stored procedures and specify to include all tables, views, nested stored procedures and other objects, these stored procedures use directly or indirectly. The full tree of dependencies is included to make sure that the selected application will properly work on the target environment.

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 for selected objects: