SQL Server Agent

  • What i am planning to implement is disable the primary job, wait for it to finish and exceute the other job, but i don't have any idea to implement it.

  • The following stored procedures might come in handy:

    sp_start_job

    sp_stop_job

    sp_disable_job

    The system tables (e.g. sysjobs, sysjobschedules) should be able to tell when and if the job finished.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply