
March 14, 2010 12:17 by
|
using existing sql mail profile.
EXEC msdb.dbo.sp_send_dbmail
@profile_name
= 'ReportsMail',
@recipients
= @emailto,
@body
= @body,
@blind_copy_recipients
= 'add addresses here',
@subject
= @subject;
|
910c2100-52e6-437a-a080-09c878bde623|0|.0