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)
 Schedule a stored Procedure

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2004-09-13 : 08:29:11
Pankaj writes "Hi there !
I'd like to know how can I schedule a Stored Procedure"

n/a
deleted

35 Posts

Posted - 2004-09-13 : 09:37:22
The hard way to do it is by using the following stored procedures

sp_add_job
sp_add_jobstep
sp_add_jobschedule

All three have many paramters and it can get very complicated.

The easy way to do it is via Enterprise Manager. goto Server>>Management>>SQL Server Agent>>Jobs. Right click on the word "Jobs" and select New Job. This wizard will help you set one up.

HTH
Paul
Go to Top of Page
   

- Advertisement -