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)
 Executing stored procedure automatically after certain interval

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2004-11-04 : 08:37:26
deeps writes "Hello,

I want to send reminder mail on date which is set in the reminder. so,how can i do that in sql so that it will execute automatically on that date."

nr
SQLTeam MVY

12543 Posts

Posted - 2004-11-04 : 08:39:41
Have a scheduled job that runs an sp every day and checks the reminder date.

==========================================
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 -