Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Administration
 Deleting Old Backup Files

Author  Topic 

a.shahnazi
Starting Member

3 Posts

Posted - 2009-09-08 : 22:07:35
Hi,

I set the option 'Remove files older than' in a 'Database Maitenance Plan' to 2 days in sql 2000, but it doesn't work properly
Does anyone have any idea ?

Regards

Regards
Ali

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-09-09 : 13:06:34
This is one of the main reasons why I stopped using maintenance plans, they simply just don't always work.

You could try deleting the maintenance plan and recreating it, that has worked for many people. Or you could roll your own scripts like I did. Here's my script that supports 2000/2005: http://weblogs.sqlteam.com/tarad/archive/2009/04/07/Backup-SQL-Server-DatabasesAgain.aspx

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page
   

- Advertisement -