This section describes recovery from both database backups and application-aware backups.
You can recover SQL databases to a SQL Server instance, if Agent for SQL is installed on the machine running the instance. You will need to provide credentials for an account that is a member of the Backup Operators or Administrators group on the machine and a member of the sysadmin role on the target instance.
Alternatively, you can recover the databases as files. This can be useful if you need to extract data for data mining, audit, or further processing by third-party tools. You can attach the SQL database files to a SQL Server instance, as described in "Attaching SQL Server databases".
If you use only Agent for VMware (Windows), recovering databases as files is the only available recovery method. Recovering databases by using Agent for VMware (Virtual Appliance) is not possible.
System databases are basically recovered in the same way as user databases. The peculiarities of system database recovery are described in "Recovering system databases".
To recover SQL databases to a SQL Server instance
If the machine is offline, the recovery points are not displayed. Do one of the following:
The machine chosen for browsing in either of the above actions becomes a target machine for the SQL databases recovery.
To recover a database as a different one to the same instance:
After the recovery completes, the database will be ready for use. Users will have full access to it. The software will roll back all uncommitted transactions of the recovered database that are stored in the transaction logs. You will not be able to recover additional transaction logs from the native Microsoft SQL backups.
After the recovery completes, the database will be non-operational. Users will have no access to it. The software will keep all uncommitted transactions of the recovered database. You will be able to recover additional transaction logs from the native Microsoft SQL backups and thus reach the necessary recovery point.
After the recovery completes, users will have read-only access to the database. The software will undo any uncommitted transactions. However, it will save the undo actions in a temporary standby file so that the recovery effects can be reverted.
This value is primarily used to detect the point in time when a SQL Server error occurred.
The recovery progress is shown on the Activities tab.
To recover SQL databases as files
If the machine is offline, the recovery points are not displayed. Do one of the following:
The machine chosen for browsing in either of the above actions becomes a target machine for the SQL databases recovery.
The recovery progress is shown on the Activities tab.