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
 Schedule an sp to run

Author  Topic 

Pinto
Aged Yak Warrior

590 Posts

Posted - 2007-06-05 : 06:05:04
How could I get an sp to run every morning at 1.00am. It would delete empty entries from a sql database.

Thx

sunsanvin
Master Smack Fu Yak Hacker

1274 Posts

Posted - 2007-06-05 : 06:20:17
use the job scheduling

open enterprisemanager...go to tools.....job scheduling....
there you can give the storedprocedure (saved file) path (or you can directly paste the SP).
then make a schedule

Vinod
Even you learn 1%, Learn it with 100% confidence.
Go to Top of Page

Pinto
Aged Yak Warrior

590 Posts

Posted - 2007-06-05 : 06:50:09
thx
Go to Top of Page
   

- Advertisement -