Comments
Sort by recent activity
Hi
If you are interested I use the fofiles command to delete files older than 3 days
forfiles /P "C:\Documents and Settings\All Users\Application Data\Red Gate\SQL Backup\Log" /D -3 /C "cmd /c del @file /Q"
I then run this command within a SQL Server job.
Regards
Scott / comments
Hi
If you are interested I use the fofiles command to delete files older than 3 days
forfiles /P "C:\Documents and Settings\All Users\Application Data\Red Gate\SQL Backup\Log" /D -3 /C "cmd /c del ...