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
 General SQL Server Forums
 New to SQL Server Programming
 time trigger for stored procedure

Author  Topic 

mr_empty
Starting Member

3 Posts

Posted - 2009-12-18 : 21:39:53
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!!

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-12-18 : 23:37:08
Yes you can schedule a stored procedure to run by adding a SQL Agent job.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page
   

- Advertisement -