Today while working on the backup check I have noticed the checkdb step has got failed in the fullbackup job. I would like to know the reason why it has got failed, so started checking it and the history showed the hint as like data modified is not marked as modified in the differential backup bitmap.
So running the DBCC CHECKDB('RapidApplication_Test') with Physical_only gave me a result as shown below.
Cause of the error
The page specified has a log sequence number (LSN) that is higher than the differential reference LSN in the BackupManager of the database or the differential base LSN in the file control block of the file, whichever is more recent. However, the page is not marked as changed in the differential backup bitmap.
It can be due to Hardware Failure, I/O error etc... In my cause that day the storage & wintel team was doing some change related to the hardware so that could be the reason for it.
Fix
Target attained then started looking for the next task to work on.
No comments:
Post a Comment