I'm looking for a solution using autosys monitor sql job as following:
- kick off a sql server job
- monitor the job status
- if the job failed, restart at the step where it failed
- email notification if job failed or not running at, let say 3 am.
I'd appreciate pointers or example of how to accomplish this.
Thanks!