RobertT687
Programmer
Are there procedures for cleaning out older rows in the following tables in msdb:
dbo.sysdbmaintplan_history
dbo.backupfile
dbo.backupset
dbo.backupmediafamily
dbo.backupmediaset
They seem to contain information back to the startup of the server. I don't use maintnenance plans for my backups, and don't see a need to keep more than about the last 2-3 months of this data. I don't want to break something by using issuing a Delete in ignorance.
Thanks in advance.
dbo.sysdbmaintplan_history
dbo.backupfile
dbo.backupset
dbo.backupmediafamily
dbo.backupmediaset
They seem to contain information back to the startup of the server. I don't use maintnenance plans for my backups, and don't see a need to keep more than about the last 2-3 months of this data. I don't want to break something by using issuing a Delete in ignorance.
Thanks in advance.