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 Programming
 Deleting Old files

Author  Topic 

Zoma
Yak Posting Veteran

76 Posts

Posted - 2009-05-14 : 07:24:34
Hi ALL

I have a problem in one of my client servers,The Transaction Backup Job runs successfully for back ups but it does not clean the old TRN files,so it show job failed where the Log Backups did take place.....The job seems to use the maintenance plan and it is configured that the maintenance shouold clean old TRN file....

The sysntax appears like this on a job ste "C:\SQL_BACKUP\ALL_LOG" -DelBkUps 2days -BkExt "TRN"'

Is it correct?
   

- Advertisement -