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)
 Scheduling stored procedure execution

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-01-04 : 08:50:56
Kamal writes "Is there a way in SQL Server 2000 to schedule execution of a stored procedure at a fixed time every day (programatically or otherwise)?

An early reply will be highly appreciated.


Kamal"

nr
SQLTeam MVY

12543 Posts

Posted - 2005-01-04 : 09:09:15
In enterprise manager look at management, sql server agent, jobs.
You can add a job with a schedule and add a step to execute a stored pro in tsql

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -