Why does msdb.dbo.backupset table have entries for each database every 15 minutes?

Copper Contributor

I have a SQL Sever 2008 R2 with 134 separate databases. The MSDB database is huge. When I query the msdb.dbo.backupset table I see that every 15 minutes there are 134 new rows being added, one for each database. This happens every fifteen minutes, all day long.  This amounts to 12,864 new rows every day.

 

I've posted on stack exchange (https://dba.stackexchange.com/q/225401/283) and I'm getting responses from people saying it is most likely transaction logs being backed up every 15 minutes. I do not belive this to be the case.

 

As far as I can tell these records are type "D" databases and not type "L" for logs. 

 

I know that all these databases are not being backed every day. Most of them are static snapshots strictly used for reporting. I have maintenance plans for backing up 12 of these databases on a daily basis.

 

Why is the msdb.dbo.backupset table getting written to every 15 minutes?

Do any of you see this activity on your MSDB database?

 

0 Replies