You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

SQL Safe provides you with CLI commands to help you manually add databases.

 

To add databases use the following commands:
  • SQLsafeCmd AddDatabase <policy_name> <db_name>
  • SQLsafeCmd AddDatabase <policy_guid> <db_name>
  • SQLsafeCmd AddDatabase <policy_name> <instance_name> <db_name> [primary|secondary]
  • SQLsafeCmd AddDatabase <policy_guid> <instance_name> <db_name> [primary|secondary]

 

Where: 
ActionDescription

<policy_name>

Name of the policy.

<policy_guid>

GUID of the policy.

<db_name>

Name of the database.

<instance_name>

Specifies the instance name.

 {server, instance}.

Note: this parameter is optional for Backup policy and required for LogShipping policy.

[primary|secondary]

Specifies the location.

Note: the default value is "secondary" database.

this parameter is optional for LogShipping policy.

For detailed descriptions and available options, see the CLI Help (SQLsafecmd help adddatabase).

SQL Safe is a high-performance backup and recovery solution for your SQL Servers. Learn more > >
  • No labels