• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

SQL backup routines stop removing .bak files over time

redbeard1

Diamond Member
It seems that most of the SQL servers that I have monitored, that are using the built in maintenance backup program, over time, fail to follow the part of the plan that deletes old files after a set date.

A couple of examples.

One server, even though it was set to delete the files after a week, would just keep adding the files. After a month or two I would have to go in and manually delete the .bak files to gain the gigs of space back.

On another, the job worked for a very long time, then it started to not delete the files. If I rebooted the server when it stopped clearing the files, I would get a from one to four weeks were it works normally, then it stopped deleting them again, until the next reboot.

I make no claims that I know how SQL does its thing. I can muddle my way through getting it to do some maintenace routines as needed.

Any quick guesses for causes? Any hints as to fixes?
 
Have you checked the SQL logs under "SQL Server Enterprise Manager -> Management" to see if they show any failures?
 
Back
Top