i would like to execute a sql server job based on the sucess of three other sql server jobs,
these 3 other jobs neeed to execute in parallel, after success of three jobs which shud run in parallel, i need to execute a 4th job, how can i accomplish this whithout using a single job and using steps.
please advice