When you mount a backed-up SQL database, it is temporarily attached to your SQL Server in the read-only mode. You can access the database like any other database of the instance.
Mounting databases comes in handy when you need any of the following:
The mount operation is available when the console is connected to a machine where Agent for SQL is installed. The single-pass backup must be stored in a local folder on that machine (except optical disks), in Acronis Secure Zone, or on a network share. Other locations are not supported by the mount operation.
System databases are mounted as user databases.
To mount a SQL Server database
If your current account does not have enough privileges to access the target SQL Server instance, you will be asked to provide the credentials.
A mounted database has the following name: <original database name>-Mounted. If a database with this name already exists, the mounted database is named as follows: <original database name>-Mounted (<sequence number>).
Examples: MyDatabase-Mounted, MyDatabase-Mounted (2).