The information in this article applies to:
BUG# NT: 748 (4.2) SYMPTOMS
When a Remote Procedure Call (RPC) is made to execute a stored procedure
which updates a table with a trigger containing a call to another stored
procedure which in turn contains an unmatched COMMIT TRAN or ROLLBACK TRAN
statement, SQL Server may generate an Access Violation and terminate.
Then executing myproc stored procedure remotely will cause SQL Server to terminate, generating an access violation. WORKAROUNDTO workaround this problem, avoid calling the stored procedure within the trigger if it contains an unmatched rollback (or commit). Instead, place the rollback (or commit) directly within the trigger. STATUSMicrosoft has confirmed this to be a problem in SQL Server version 4.2 for Windows NT. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional query words: Access VB Visual Basic ODBC gp-fault trap
Keywords : kbprg kbbug4.20 SSrvWinNT |
Last Reviewed: March 19, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |