Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /homepages/8/d352291751/htdocs/sql313/site/libraries/vendor/joomla/application/src/Web/WebClient.php on line 406
T-SQL Database Alert/Mail System

T-SQL Database Alert/Mail System

Configuration/ Automation

I am working on a T-SQL "system" to send emails.  This will help so that in all the things that I use to send update emails, (ETL, sql jobs, etc.), I can just write a record in a table somewhere and the email will be handled for me.  Some benefits:

 I will make sure to share it with others when I am ready.  I am getting pretty close, but I want to test it out a lot first.  I will get a LOT of comments about it and improvements I know!

Here is an informative article on turning on database mail in SQL 2005, I will add another for 2000 and 2008 later.

http://sqltidbits.com/scripts/configure-database-mail-reusable-script-sql-job-alerts

 

Related Articles

TSQL Tuesdays # 50