SQL Safe provides you with CLI commands to help you unmount a virtual database.
To unmount a virtual database use the following command that helps you to delete a virtual database:
- SQLsafeCmd UnmountVDB <db_name> [options]
Where:
Action | Description |
---|---|
<db_name> | Name of the database. |
Common Options
The following options help you delete a virtual database:
Options | Descriptions |
---|---|
-InstanceName <name> | <name> - SQL server instance name. Note: it is not required if the instance is set as a default on the target server. |
For detailed descriptions and available options, see the CLI Help (SQLsafeCmd help UnmountVDB
).