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....