How can i run a sql job inside a sql job.
I have a 2 jobs where it alters a same huge table, i want to shedule both as i cudnt predict time when a job will be finished how can i start a 2nd job after finising the 1st one. since they are altering same table and if i shedule job what if both jobs starts altering same table at the same time.