Is there a simple command or job that can be used to delete a previous backup file BEFORE the next backup is created in SQL Server?
The server does not have enough disk space to keep the previous days backup while the new backup is being created. It would seem easy to create a job to do nothing but delete the previous .bak file a minute before the new backup job is scheduled. The previous days backup is stored on tape prior to the delete so it can be recovered if necessary.
Thanks!
The server does not have enough disk space to keep the previous days backup while the new backup is being created. It would seem easy to create a job to do nothing but delete the previous .bak file a minute before the new backup job is scheduled. The previous days backup is stored on tape prior to the delete so it can be recovered if necessary.
Thanks!