I\'ve got a C# console app running on Windows Server 2003 whose purpose is to read a table called Notifications and a field called \"NotifyDateTime\" and send an email when
I would turn it into a service instead. You can use System.Threading.Timer event handler for each of the scheduled times.