Wednesday, November 11, 2009

SQL DB Mail

--db mail
EXEC msdb.dbo.sp_send_dbmail @recipients =
'vijay@xxx.ie',
@copy_recipients =
'vijay@xxx.ie',
@subject = 'LMK GP Integration Failure - Receivables',
@body = 'LMK GP Integration Failure - Receivables';

No comments:

Post a Comment