The information in this article applies to:
SYMPTOMSThe SQL Debugger may fail to stop at breakpoints that are set after a call to a stored procedure from a database (other than the current one) is executed. CAUSE
The call to the stored procedure in the secondary database changes the
context of SQL Server to that database.
RESOLUTIONWork around this by placing a call to a stored procedure that resides in the same database as the stored procedure you were initially debugging. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This problem was corrected in Visual C++ version 6.0 for Windows. REFERENCESSample Code
Additional query words:
Keywords : kbcode kbprg kbDebug kbEEdition kbSQLServ kbVC kbVC500bug kbVC600fix |
Last Reviewed: May 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |