Connecting Tech Pros Worldwide Forums | Help | Site Map

Running ASP code in the background

TheWiz
Guest
 
Posts: n/a
#1: Jul 16 '06
Hi there..

I have a ASP web application, in the application I need to check if people
did submit some documents, and if they don't past a certain date I want to
send them email notifications.
I am using SQL Server 2000 and SQL Server Agent
How can I write ASP code to run in the background on my IIS server, that
will check for people who did not submit past a certain date and
automatically send them email notifications?

Aaron Bertrand [SQL Server MVP]
Guest
 
Posts: n/a
#2: Jul 16 '06

re: Running ASP code in the background


Why can't you do it all from SQL Server?
http://www.aspfaq.com/2403


"TheWiz" <TheWiz@discussions.microsoft.comwrote in message
news:EF15D934-68FC-4D45-9F77-60826A990157@microsoft.com...
Quote:
Hi there..
>
I have a ASP web application, in the application I need to check if people
did submit some documents, and if they don't past a certain date I want to
send them email notifications.
I am using SQL Server 2000 and SQL Server Agent
How can I write ASP code to run in the background on my IIS server, that
will check for people who did not submit past a certain date and
automatically send them email notifications?

Closed Thread