The information in this article applies to:
BUG #: 18280 (SQLBUG_65) SYMPTOMSRepeatedly opening an insensitive cursor that selects TEXT or IMAGE columns may cause a handled access violation (AV), resulting in the client being disconnected. This problem only occurs after hundreds of thousands of iterations. CAUSE
The code for generating worktable IDs, which should always be negative
numbers, may occasionally generate a positive value. Permanent tables
always have a positive object ID. Due to the positive object ID for a
worktable, other paths within the cursor code are treating the table as a
permanent table, leading to an access violation. WORKAROUND
To work around this problem, do either of the following:
STATUSMicrosoft has confirmed this to be a problem in SQL Server
version 6.5. This problem has been corrected in U.S. Service Pack 5a
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/.
Additional query words: blob sp_cursoropen work table
Keywords : SSrvErr_Log SSrvGPF SSrvProg kbbug6.50 |
Last Reviewed: November 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |