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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -