Results 1 to 2 of 2

Thread: Database Mail

  1. #1
    Join Date
    Jun 2007
    Posts
    2

    Database Mail

    I have a stored procedure that validates data for a reporting process. If invalid data is found, I have a call to db_send_dbmail that includes a query for the invalid data. I can highlight the call to the dbmail procedure and run it and the mail will send. If I run the parent procedure that calls dbmail, the mail will not send. Any thoughts? The call to the dmmail procedure is nested in a Begin/End.

  2. #2
    Join Date
    Jun 2007
    Posts
    2
    More information: I don't receive any error. The mail gets queued and the log only has Process is started and Process is shutting down entries.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •