GeekArticles
Microsoft
ASP.NETTask scheduler for websites
Author: codeproject.com |
Published: 22nd Mar 2008 |
Visited: 65 times |
Add CommentFiled in: ASP NETCreate scheduled tasks for your website (no 3rd party or heavy coding involved)
Read Article Sponsored Links
Related Articles
• Ajax Based Websites in Wii Wii is the family favorite game console because of its simplicity, revolutionary user interaction and a highly competitive price. If PS3 and XBOX360 will lower their prices like that of Wii, Sony and Microsoft would be bankrupt. Wii has apparently caught everyone’s attention and their pock ...
• SQL Agent: A Job Scheduler Framework An easy-to-use .NET solution for Job Scheduling with pluggable actions that runs on a Windows Service. Back up your SQL Server Express and much m ...
• scheduler-calling shell script I have created a job in oracle 10.2.0.1.0 /linux
BEGIN
dbms_scheduler.CREATE_JOB (
job_name => 'TEST_JOB',
job_type => 'EXECUTABLE',
job_action => '/tmp/test1.sh',
start_date => '01-jan-08 05:51:00 PM US/Pacific',
repeat_interval => ...