running replication jobs
Hi all,
We have 2 merge replication jobs. I want to complete one job and then start another job after the first one is completed. Is there any way, that I can make the first job to trigger the second job as soon as it is over?
Thanks in advance.
Thanks,
Preeth.
Some options I can think of over the top of my head are:
1. Schedule them at different times in the required order
2. Add a 3rd dummy job that will start the first job and then the second job (with more conditional aspects to start the second job only if the first job succeeds or something like that)