Hello,
on our server on which SQL Server works, we have two database backups performed every day - both are VSS backups.
One comes from CPM tool that is used to make volumes backup (volumes which contain db files) and second DPM tool that is used to make SQL server databases backup only.
In msdb system database both backups create entries that seems to be not possible to differentiate. We want to monitor DPM backups by checking how old is last backup using query to msdb db. In that situation if DPM tool stops work there will be still entries
from CPM backup.
Do someone know if it is possible to differentiate those backups and how to do it?
Best Regards,
Kamil