Configuring SQL Server Database Mail Feature Author: Basit A. Farooq You can send e-mail from within stored procedures, functions, and triggers by using SQL Server Database Mail. You can also configure SQL Server Agent Mail to use Database Mail. SQL Server supports SQL Mail for backwards compatibility, but is not recommended for new implementations. Database Mail provides several enhancements over...
Tag: sysmail_delete_log_sp
SQL Server: Purging msdb History Tables to Control msdb Database Growth
SQL Server: Purging msdb History Tables to Control msdb Database Growth By Basit A. Farooq From time to time, I see the following question posted on various SQL Server forums by different users asking why the msdb database on their SQL Server instance is too big. As we all know, msdb is a system database that supports SQL Server Agent...