• I don't think you can.

    sp_start_job doesn't actually start the job, but tells SQLAgent that there's a start request and then returns immediately.

    I think you could add a sleep (WAITFOR) in the loop, but I don't know if this suits your needs. It could slow down things significantly.

    -- Gianluca Sartori