Sending HTML Newsletters in a Batch Using SQL Server

Posted on SQL Server Central See other posts from SQL Server Central
Published on 2010/05/27 Indexed on 2010/05/27 6:03 UTC
Read the original article Hit count: 258

Filed under:
Sending a large volume of emails can put a strain on a mail relay server. However many people using SQL Server will need to do just that for things like newsletters, mailing lists, etc. Satnam Singh brings us a way to spread out the load by sending newsletters in multiple batches instead of one large process.

© SQL Server Central or respective owner