Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Send Mail Task Failing

    Hi,

    we can send out a mail using the built in SP for SQL 2005. The syntax for the same is as follows

    EXEC msdb.dbo.sp_send_dbmail

    @profile_name = 'Profile',

    ...

Viewing post 1 (of 1 total)