Windows Scheduler OR SQL Server Job for sending out digest e-mails
Posted
by wgpubs
on Stack Overflow
See other posts from Stack Overflow
or by wgpubs
Published on 2010-01-05T18:31:52Z
Indexed on
2010/03/20
4:31 UTC
Read the original article
Hit count: 617
Will be sending out e-mails from an application on a scheduled basis.
I have an EmailController in my ASP.NET MVC application with action methods, one for each kind of notification/e-mail, that will need to be called at different times during the week.
Question: Is Windows Scheduler (running on a Server 2008 box) any better or worse than scheduling this via a SQL Server job? And why?
Thanks
© Stack Overflow or respective owner