I’m looking for a way to create job dependencies. For example, I want “Job B” to wait until “Job A” completes before “Job B” starts. “Job B” could be on the same server, or it could be on a different server.
 
I’m also looking for ideas no how to do holiday processing. For example, if today is a holiday, I don’t want “Job B” to run at all.
 
Any ideas?
 
Thanks,
 
Jon