I have a scheduled job which backup all databases on my server. I have 10 databases to backup, so I created 10 job steps -- one job step per database.
If the first step fails, I want SQL server to continue on with the rest of the steps (step 2 - 9) without quiting. So, even though steps 2 - 9 succeed, I want SQL server to report failure because the first step failed. Is this possible?
Andel
andel@barroga.net
If the first step fails, I want SQL server to continue on with the rest of the steps (step 2 - 9) without quiting. So, even though steps 2 - 9 succeed, I want SQL server to report failure because the first step failed. Is this possible?
Andel
andel@barroga.net