SQL Job

  • Dear all.,

    I need your help the thing is i want to create a job for updating a table for every 5 mins can any one help me on this or else give some useful links regarding the Job related examples..

    Thanks

  • Create the procedure that will update the table,

    Under SQL server Agent in Object Explorer, right-click jobs and click new job...

    follow the setup in here,

    You will need to exec your stored procedure from the steps tab.

    and you can create a schedule under the schedule tab to run every five minutes every day.

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

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