What is the best way to send email from sql server 2008 (script).
Any sample or online links please.
What is the best way to send email from sql server 2008 (script).
Any sample or online links please.
I think this is something you might try googling:
http://classicasp.aspfaq.com/email/how-do-i-send-e-mail-from-sql-server.html
Using the Database Mail feature and the built-in procedure sp_send_dbmail.