i am using sql 2008 and i want to schedule a stored procedure . i want my sp to run after every 30 min and since i have one more sp which takes 20 min for execution completion so i want my 1st sp to run after completion of 2nd one.
how to schedule sp to execute after every 30 min and to schedule another sp to execute after the comppletion of 1st one.