The information in this article applies to:
SYMPTOMSWhen single-stepping through a SQL Server stored procedure, error messages, if generated, are not displayed at the point where the error occurred. MORE INFORMATIONTo reproduce this behavior, create and single-step through the following stored procedure in the SQL Server Pubs sample database:
The INSERT statement fails because there is no DEFAULT defined for the last
field. However, the user is not notified that the insertion failed until
the stored procedure completes.
STATUSWe are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional query words:
Keywords : kbDebug kbEEdition kbMFC kbSQL kbVC kbVC420 kbVC500 kbVC600 |
Last Reviewed: February 2, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |