SQL Maintenance Cleanup Task Working but Not Deleting
Posted
by
Alex
on Server Fault
See other posts from Server Fault
or by Alex
Published on 2011-03-16T14:32:02Z
Indexed on
2011/03/16
16:12 UTC
Read the original article
Hit count: 329
I have a Maintenance Plan that is suppose to go through the BACKUP folder and remove all .bak older than 5 days. When I run the job, it gives me a success message but older .bak files are still present.
I've tried the step at the following question: SQL Maintenance Cleanup Task 'Success' But not deleting files
Result is column IsDamaged = 0
I've verified with the following question and this is not my issue: Maintenance Cleanup Task(s) running 'successfully' but not deleting back up files.
I've also tried deleting the Job and Maintenance Plan and recreating, but to no avail.
Any ideas?
© Server Fault or respective owner