Send Email from SQL Server Express Using a CLR Stored Procedure
One of the nice things about SQL Server is the ability to send email using T-SQL. The downside is that this functionality does not exist in SQL Server Express. In this tip I will show you how to build a basic CLR stored procedure to send email messages
www.mssqltips.com |