I've two SQL Agent jobs in two different Servers (D01->preload & s01->dwload).
My requirement is to run dwload job in s01 only after preload job in D01 is successfully completed.
preload job runs at 1:00AM and finishes at 7:00AM.
As of now, I've scheduled dwload to run at 8:00AM to avoid conflicts and disable it manually if preload fails for some reason.
My question: How do I create dependency between dwload and preload as they belong to different servers.