Previous Topic: createschema method—Create Clone TablesNext Topic: Troubleshooting


dropschema method—Drop Clone Tables

The dropschema method drops the clone tables and procedures, created by the import method, from the target database. The import method creates clone tables for the import operation. These are temporary tables and you can drop these tables after the import operation is complete.

This command has the following format:

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

Example: Drop Clone Tables

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

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