I need some advice. I have to create a subscription notification service for my system. I need something that will be flexible where I can set some parameters to send out notifications on certain days (before a subscription is expired) and to set accounts to expired. I need something to run in the background that will send out these notifications on time and expire accounts on time. Timing for the expiration will be crucial. So if a subscription is created on 02/12/2010 at 10:00 am it will expire on 03/12/2010 at 10:00am. I guess I could have a combination of SQL and .Net, but I am not sure the best way to approach this. Thanks
I am using SQL Server 2005, btw.