Article ID: 191513 - Last Review: November 5, 2003 - Revision: 3.1 BUG: T-SQL Debugger Is Not Invoked Calling Second Stored ProcedureThis article was previously published under Q191513 On This PageSYMPTOMS
If multiple stored procedures are executed when using ADO 2.0, the T-SQL Debugger automatically
starts for the first stored procedure, but does not automatically start
upon executing the second or subsequent stored procedures. The following
error message displays:
The query could not be debugged due to a problem coordinating
events with the server. Check the server and client log to find the
exact cause, fix the problem and try again.
RESOLUTION
In ADO 2.1 and later, to temporarily work around this while debugging, execute each store procedure on a separate connection. This workaround is illustrated in "Steps to Reproduce Behavior Using ADO 2.1" that follows.
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article.
MORE INFORMATIONSteps to Reproduce Behavior by Using ADO 2.0
Steps to Reproduce Behavior by Using ADO 2.1 or Later
APPLIES TO
| Article Translations
|
Back to the top
