Re-execute SQL Server job in case of failure -


currently creating sql server job. requirement whenever job fails, needs run 1 more time. possible in sql server?

i'm not sure if best way it, can configure every single step of job re-run specific number of times after specific number of minutes (in case of network troubles, example). open step configuration in sql server management studio , set "retry attempts" , "retry interval (minutes)" according preferences.

of course, not work if want re-run whole job beginning , not retry infinitely.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -