FIX: Infrequent Access Violation During LOAD TRANSACTIONLast reviewed: December 19, 1997Article ID: Q170436 |
The information in this article applies to:
SYMPTOMSYou may infrequently experience a handled access violation (AV) during a LOAD TRANSACTION. If you are running a debug version of SQL Server 6.5 (needed to ensure an accurate stack trace), you can determine that this AV occurs in the ldxact() function. If you use a LOAD DATABASE statement to reload the database and then use LOAD TRANSACTION to reapply the same transaction, the problem usually does not occur again. The following is the stack trace from a 6.50.252 debug server:
ldxact() + 0x178C s_execute() + 0x18FC sequencer() + 0x035C language_exec() + 0x06D6 WORKAROUNDTo work around this problem, reload the database then reapply the same transaction files with LOAD TRANRANSACTION.
STATUSMicrosoft has confirmed this to be a problem in SQL Server version 6.5. This problem was corrected in the latest Microsoft SQL Server 6.5 U.S. Service Pack. For information on obtaining the service pack, query on the following word in the Microsoft Knowledge Base (without the spaces):
S E R V P A C K Keywords : kbbug6.50 SSrvGen SSrvGPF SSrvTran_SQL kbfix6.50.sp4 kbusage Version : 6.5 Platform : WINDOWS Issue type : kbbug Solution Type : kbfix |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |