How to determine the last backup date for an Enterprise Vault database

book

Article ID: 100042335

calendar_today

Updated On:

Description

Description

How to determine the last backup date for an Enterprise Vault database

Issue

To validate or confirm the information being displayed in critical alerts regarding database backups, the following steps can be taken.

 

DaysSinceLastBackup

 

- Launch SQL Management Studio and select the Enterprise Vault instance

- Expand msdb - Tables - System Tables - dbo.backupset

 

Backupset

 

- Right click dbo.backupset and Select Top 1000 Rows

- Within the table you can locate the Database Name, User_Name responsible for the backup, Backup Start Date and Backup Finish Date

 

BackupSetTable

 

- Enterprise Vault uses a stored procedure called GetDaysSinceDatabaseBackup to query the msdb - dbo.backupset table

 

GetDaysSinceDatabaseBackup

 

 

 

Issue/Introduction

How to determine the last backup date for an Enterprise Vault database