olahallengren / sql-server-maintenance-solution

SQL Server Maintenance Solution
https://ola.hallengren.com
MIT License
2.91k stars 756 forks source link

Rerun the backup job on the same day after job failure at first run? #566

Open selectstarfromsql opened 3 years ago

selectstarfromsql commented 3 years ago

Need another switch to the backup process, if we need to re-run the backup job for any other reasons and the job needs to pick up where it stopped in the last run.

-- In my situation, I have 95 Databases on the instance and my backup job got failed due to disk space. when I rerun the job it started from the beginning. please ignore me if there is a fix for this already and let me know the process.