Wednesday, January 11, 2012
Thursday, January 5, 2012
send email through SQL SP
EXEC msdb.dbo.sp_send_dbmail
@profile_name = 'WNweb01',
@recipients='DL@abc.com',
@body = @mbody,
@subject = 'my subject here'
@profile_name = 'WNweb01',
@recipients='DL@abc.com',
@body = @mbody,
@subject = 'my subject here'
Subscribe to:
Posts (Atom)