Jan 18, 2010

SQL Server Email

EXEC msdb.dbo.sp_send_dbmail
@recipients= @Recipients,
@body= @temp,
@subject = 'Test',
@profile_name = 'DBMailProfile'

See this Example

No comments:

Post a Comment