Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
Spotlight is raising alarm for the databases that have had full backups: "A full backup has never been taken for database"
Description
Spotlight is raising the Full Backup Alarm for the databases that have had full backups:
"A full backup has never been taken for database"
Cause
Spotlight determines the last backup time from the information saved on msdb.dbo.backupset. If databases were backed up using a tool that doesn’t update this table or somehow deleted the information, then Spotlight will assume no backup took place.
Resolution
Execute this script using SSMS to see when this table was last updated on backups:
select distinct database_name,
MAX(CASE WHEN [type] = N'D' THEN backup_finish_date END) [FullBackup],
MAX(CASE WHEN [type] = N'I' THEN backup_finish_date END) [DifferentialBackup],
MAX(CASE WHEN [type] = N'L' THEN backup_finish_date END) [LogBackup]
Your Request will be reviewed by our technical reviewer team and, if approved, will be added as a Topic in our Knowledgebase.
Recommended Content
Product(s):
Spotlight on SQL Server Enterprise
11.7.1
Topic(s):
Troubleshooting
Article History:
Created on: 6/5/2017 Last Update on: 6/5/2017
Author:
Gita Sharifi
Thank you for your feedback for Topic Request
Your Request will be reviewed by our technical reviewer team and, if approved, will be added as a Topic in our Knowledgebase.
Welcome to Quest Support
You can find online support help for Quest *product* on an affiliate support site. Click continue to be directed to the correct support content and assistance for *product*.
The Quest Software Portal no longer supports IE8, 9, & 10 and it is recommended to upgrade your browser to the latest version of Internet Explorer or Chrome.