Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Automatic Execution of a Store Proc

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-10-10 : 09:29:12
Caesar writes "Hi there!

How do I automatically execute a store procedure say every 25 minutes.
For example, I have a store proc, sp_ExecuteAutomatically which does some processing on the server. This processing must be executed every 25 minutes or whatever time I want it to execute; can execute maybe even every second day, however at a specific time. In Books Online shows how to execute the procedure only when SQL Server starts, however I do not want to do that.

Thanks much

Caesar"
   

- Advertisement -