I have a SQL db and an ASP application with customer accounts. Each account has been assigned an "endDate". I need to write a notification process that sends an e-mail reminder to admins at 7 days, 3 days and 1 day prior to account "endDate" disable. My thought is that I write a stored procedure and run it as a scheduled job. Any thoughts?
Thank you.
Thank you.