Here I am trying to create an alert system and I have some stored data(date/time) in one of my data table. I just want to send an e mail alert to user when current date/time equals to the stored time. Someone please explain me a way to do this. Thanks in advance...!
Asked
Active
Viewed 143 times
0
-
Windows service is the good option for this – Kiran1016 Jan 22 '13 at 19:17
1 Answers
0
If all the data is stored in SQL Server Database, you can use Jobs. Example: How to create a scheduled job in SQL server 2008 via T-SQL?