Specify Microsoft SQL Server 2019 Express Backup Options for the Arcserve Backup Database
Arcserve Backup can use full and differential backup methods when backing up Microsoft SQL Server 2019 Express databases. This capability lets you use a rotation scheme or a schedule when backing up the Arcserve Backup database. Additionally, Arcserve Backup lets you check the consistency of the database before the backup job starts or after the backup job is complete.
To specify Microsoft SQL Server 2019 Express backup options
- Open the Backup Manager windows, select the Source tab, and expand the Windows System object to locate the Arcserve Backup primary server.
- Expand the Primary server, right-click the Arcserve Backup Database object, and select Agent Option from the pop-up menu.
- The Agent Backup Option dialog opens.
- From the Agent Backup Option dialog, specify the options that you require to protect the database.
- Specify one of the following Backup Methods:
- Specify the Database Consistency Check (DBCC) options that you require. DBCC options let you check the allocation and structural integrity of all the objects in the specified databases.
- Before backup--Select this option to check the consistency of the database before the backup starts.
- After backup--Select this option to check the consistency of the database after the backup completes.
- Continue with Backup, if DBCC fails--Select this option to continue the backup even if the check before backup operation fails.
- Do not check indexes--Select this option to check only the system tables.
- Check the physical consistency of the database--Select this option to detect torn pages and common hardware failures. In addition, it checks the integrity of the physical structure of the page and record headers, and the consistency between the page’s object ID and index ID.
- Example: How DBCC Options Work
- The following example illustrates how DBCC options work with Override Global Options on the Agent Backup Options dialog.
- With Override Global Options specified, the DBCC options selected at the database level will be the only DBCC options specified.
- With Override Global Options not specified, all of the DBCC options specified for the database and all the DBCC options selected in the Global options will be applied together.
- On the Global Options/Agent Options tab, the DBCC options that follow are specified:
- After backup
- Do not check indexes
- On the Agent Backup Options dialog, Override Global Options is not selected and the DBCC options that follow are specified:
- Before backup
- Continue with backup, if DBCC fails
- When you submit the backup job, Arcserve Backup applies the DBCC options specified in logical order: Perform the DBCC before the backup starts. If the DBCC fails, perform the backup. After the backup is complete, do not check the indexes.
- Override Global Options--Lets the agent ignore all checkbox-based options from the Global Agent Options tab for only the specified database.
Note: The Backup Method is not affected by this option because it can be overridden separately. This option is available only on a per-database basis.
- Click OK.