These pages cover SQL Backup Pro 8.0. Help for older versions is also available.
Scheduling restore jobs > Select destination server and backups to restore > Select destination database > Specify file locations > Specify verification options > Configure restore options > Create restore schedule > Review summary
On step 5 of the wizard, configure the settings to be used when you restore the database.
Select the state in which you want the database to be left on completion of the restore operation.
RESTORE WITH RECOVERY option.RESTORE WITH NORECOVERY option. RESTORE WITH STANDBY option.These options are applied once the restore process has completed.
If you are restoring a database onto a different SQL Server instance, it is possible that some of the restored database user accounts will not have an associated server login on that instance. These database user accounts are known as orphaned users, and will be unable to provide access to the database unless you create their associated logins.
Select Check for orphaned users and list in log file to run a check for orphaned users when the restore job has completed. If any orphaned users are found, a warning is included in the SQL Backup Pro log file, along with a list of the orphaned users.
This option is not available if any of the following are true:
SQL Backup Pro does not fix orphaned users automatically. If orphaned users are reported, you should consider creating the required logins on the SQL Server instance that you are restoring to.
For more information about database user accounts, logins, and fixing orphaned users, refer to your SQL Server documentation.
If you want to receive an email with a copy of the completion log, select Send email notification and enter the recipient's email address. This option is available only if you have entered your email settings in the Server Options. For more information about setting up email notification, see Email settings.
To send the log to multiple email addresses, type each address separated with a semi-colon (;). For example:
dba01@myco.com;dba02@myco.com