time trigger for stored procedure

  • hi all,

    i am new in sql server,i want to execute a stored procedure at a specific time, is there any way in sql server? thanks!!

  • Hi,

    Yes you can be achieved this by the JOB.

    See the BOL http://msdn.microsoft.com/en-us/library/ms181153.aspx

  • You can do this perfectly using schedules in sql server. I used it two years back. Please use it carefully.

    For better, quicker answers, click on the following...
    http://www.sqlservercentral.com/articles/Best+Practices/61537/

    For better answers on performance questions, click on the following...
    http://www.sqlservercentral.com/articles/SQLServerCentral/66909/

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

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