There is a Retry attempts Box below OnSuccess in advanced section of each job in sql server agent.
I have a job which sometimes executed in a behaviour that on first attempt it fails and in seccond attempt it succeds.
How would I implement this that whenever the Job is failed in first attempt it should try for second attempt.
For this Can I put value "1" in Retry attempts Box?
Thanks