database

--database=<db_name>

The name of a database to be recovered.

The parameter is used with the recover exchange_database command only when recovering a storage group.

The parameter is needed in the following cases:

  • If the --target parameter value is another_database and the destination storage group does not exist.
  • If the --target parameter value is recovery_database.

You need to specify pairs of the --database and --database_location parameters for each database of the storage group being recovered. Otherwise, the operation will fail.

To learn the names of the backed-up databases, use the list content command.

Example:

--database=DB1 --database_location=C:\databases\DB1 --database=DB4 --database_location=D:\my_documents\DB4