I have a customer running SQL Server 2005 under a Windows 2008 Server. Even though the Maintenance plan completes sucessfully with No errors, the backup files do not get deleted.
Here is the subplan command, it is set to delete files over a day old: EXECUTE master.dbo.xp_delete_file 0,N''C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup'',N''.bak'',N''2009-06-16T23:06:05'',1
The backup command and the delete command point to the same location. The backup works, not the delete. What exactly does the checked box that says "include first level sub folders" do? What color arrow should there be between the task? Success or Completion?
Thank You.