SQL Server Report
This report depicts the SQL Server backups that have occurred over the specified time period.
Each row of the report may contain the following information:
- ID. The backup operation unique numeric identification.
- System. The name of the system upon which the backup operation resides.
- Client. The name of the client which the backup operation protects.
- Status. The status of the backup operation.
- Complete. Whether the backup operation has completed or not.
- Encrypted. Whether the backup operation was encrypted or not.
- Purgeable. Whether the backup operation is currently eligible for purging. Purging is the process by which space is made available on the system for additional backups.
- Sync Status. The vaulting status of the backup operation.
- Elapsed. The elapsed time of the backup operation.
- Size (MB). The size of the backup operation.
- Instance. The instance of the SQL Server database being protected.
- Database. The name of the SQL Server database being protected.
- Type. The type of the backup operation. The type may include SQL Full, SQL Differential, and SQL Transaction.
- Date. The date of the backup operation.
- Time. The time of the backup operation.
- Last. Whether the backup operation was the last one of that type for the client being protected.
- Group. The group of the SQL Server database being protected.
- Order. The order within the group of the SQL Server database being protected.
- Comment. The comment associated with the backup operation.
- Command. The command associated with the backup operation. This is the actual command that was executed on the client to perform the backup operation.
- Output. The very low level detail associated with the backup operation.
Please note that not all of this information is displayed by default; use the column chooser in the lower right part of the pane to choose information to display and to hide. A complete description of all of the selection mechanisms available to manage the display of the report may be found at this link.