SQL Maintenance Cleanup Task Working but Not Deleting
- by Alex
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…