.net - Auto generate email based on a field in SQL Server database -


i need run on our internal network , monitor sql server database condition based on date field , generate email when condition met internal user.

attempt restate; should monitor db , when date in field reaches variable should generate , send email related user.

i.e. auto-reminder

i send emails through our exchange server in our desktop app believe on email portion. have not done web developing though wondering if web service looking in answer question.

i once wrote windows service monitors network location , generates email based on events there, similar? how interact sql server database windows service? wcf, fit in.

i want make sure looking in right direction.

i did same , windows service far better web service in specific case.

you cannot automatically monitor using web service; must have process (usually windows service) query webservice trigger it's execution.

by way, since monitoring database, send email sql server trigger, since doing in on condition based on date field, it's not approach.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -