I am currently using Coldfusion to run a scheduled task that executes code on a webpage that checks for new records in a table, and then sends an email to all the email addresses for each new record stored in the table. Occaisonally it appears that Coldfusion will not fully execute the scheduled task and then caches the page which may or may not run at a later date, which in some cases has been a month later. When this happens, records are in my table, and also emails are being sent out more than once. This is bad and is a pain in the ass to fix. So, I would like to remove the Coldfusion scheduled task, and create a Job in SQL Server that requests this page. Is there anyway to do this? ActiveX http request maybe? I haven't worked with ActiveX so I'm not sure how I would set this up.
Thanks.
Thanks.