Previous Topic: testcon method—Test Database ConnectionNext Topic: dropschema method—Drop Clone Tables


createschema method—Create Clone Tables

The createschema method creates clone tables and procedures in the target database. The import method calls the createschema method in turn and creates the clone tables and procedures automatically. However, you can call the createschema method manually, if there is a problem with importing the data.

This command has the following format:

mdbac.bat -createschema -target connection_name {-user user_name -pwd password  -wallet wallet_file_name}

Example: Create Clone Tables

This example command creates clone tables in the target database—mssql-test:

mdbac.bat -createschema -target mssql-test -user ca_itrm -pwd password123