The information in this article applies to:
BUG #: 15717 (6.00); 17010 (6.50) SYMPTOMSIn a user-defined transaction, if a row is deleted and then followed immediately with an INSERT operation to a table containing one or more columns of a text or image datatype, the following error messages may be received by the client application: In addition, the following errors may be recorded in the error log:
WORKAROUNDTo work around this problem, do not place the DELETE and INSERT operations in the same user-defined transaction. STATUS
Microsoft has confirmed this to be a problem in SQL Server version 6.0 and 6.5. This problem has been corrected for version 6.5 in U.S. Service Pack 4 for Microsoft SQL Server version 6.5. For information about downloading and installing the latest SQL Server Service Pack, see http://support.microsoft.com/support/sql/.
MORE INFORMATION
The following code segment demonstrates the problem:
Please note that the problem does not occur every time this sequence of code is executed. In addition, error 38 may occur during database recovery if SQL Server was shut down and restarted after the problem first occurred. Additional query words: Transact-SQL T-SQL tsql tran-sql hang hung locked OS
Keywords : kbusage SSrvTran_SQL kbbug6.50 kbfix6.50.sp4 kbbug6.00 |
Last Reviewed: November 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |