Proc needs to run at a set time everyday

  • Can anyone tell me how to run a proc at a set time..

    i mean i want this proc to run every night at 11pm..

    how can i do this??

    thanks a lot

     

     

  • Schedule it via Jobs.

    In Enterprise Manager drill down to Management. Then drill down to Jobs. Right click on jobs and select new job. Fill out the information.

    In the Steps tab you will set the commands to run. For example: EXEC my_sp_runthis

    Then on the Schedule tab you'll set the time and days you want it to run.

    -SQLBill

  • thanks

    working on it now..

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

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