FIX: sp_processmail Will Only Process One Query per ExecutionLast reviewed: April 8, 1997Article ID: Q152416 |
The information in this article applies to:
SYMPTOMSThe stored procedure sp_processmail will only process one query sent via e- mail each time it is run if SQLMail is running with Microsoft Exchange Client software.
CAUSEThe execution of xp_deletemail is breaking the loop in sp_processmail, which is used to process all of the messages.
WORKAROUNDIf you are scheduling sp_processmail as a task, you have the following options:
provides a workaround for option 1 above.3. Change the sp_processmail stored procedure not to delete the mail it responds to by commenting the xp_deletemail call.4. Change the sp_processmail stored procedure to not run in a loop but to instead do several iterations. STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.5. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
|
Additional query words: xp_sendmail xp_deletemail
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |