hi everyone,
I use my own stored proc to perform database backups.
But I use a maintenance plan to delete old .bak files, but it is not deleting them.
I'm wondering if it's because that .bak file was not created by the maint plan - that doen't make sense to me but...
I can write my own delete proc but I would rather just use a simple Cleanup Task in a maint plan if I can get it to work.
Anyone had this problem?
Oh, this is SQL Server 2005 SP2
Thanks, John
I use my own stored proc to perform database backups.
But I use a maintenance plan to delete old .bak files, but it is not deleting them.
I'm wondering if it's because that .bak file was not created by the maint plan - that doen't make sense to me but...
I can write my own delete proc but I would rather just use a simple Cleanup Task in a maint plan if I can get it to work.
Anyone had this problem?
Oh, this is SQL Server 2005 SP2
Thanks, John