The information in this article applies to:
SUMMARYThe SQLMail extended stored procedures are synchronized and protected from re-entry, which may cause blocking. Additionally, the KILL command is not always able to remove a process that has used SQLMail. MORE INFORMATION
Because SQLMail is synchronized, it is difficult to determine blocking with
it. For example, if two clients use xp_sendmail at the same time, one of
the clients runs, and the other waits for the first to complete. If a query
is run on sysprocesses, the second client will show a status of runnable, a
command of Execute, a blocked value of 0, and (on SQL Server versions 6.0
or 6.5) a waittype of 0x0000. Once the first client has completed, the
second is no longer blocked, and will then be able to run.
Additional query words: block
Keywords : kbusage SSrvGen SSrvLock |
Last Reviewed: April 9, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |