database_location
--database_location=<local path>
Command: recover exchange_database
A folder on the Exchange server to which a database will be recovered.
The parameter is used with the recover exchange_database
command in the following cases:
- If the
--target
parameter value isanother_database
and the destination database or storage group does not exist. - If the
--target
parameter value isrecovery_database
.
When recovering a storage group, you need to specify pairs of the --database
and --database_location
parameters for each database of this storage group. Otherwise, the operation will fail.
Example:
--database=DB1 --database_location=C:\databases\DB1 --database=DB4 --database_location=D:\my_documents\DB4
When recovering a database, the --database
parameter is not needed.
Command: recover mssql_database
A folder on the SQL server to which files of the recovered databases will be written.
The parameter is used with the recover mssql_database
command if the --target
parameter value is another_instance
.
If the parameter is not specified, the command will fail.