Sql Job Schedule

  • Hi Team,

    Created a JOB in sql server with two steps,

    i want step_1 to execute at 9:00 AM daily, and Step_2 to execute at 11:00 AM.

    How to schedule individual steps in single job

    --

    or i want to execute StoredProcedure1 at 10:00AM, StoredProcedure2 at 11:00AM using single job

    Please suggest....

  • Why single job?

    Look up WaitFor which might do what you want.

  • Why don't you configure two separate jobs?

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

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