The information in this article applies to:
BUG #: 55013 (SQLBUG_70) SYMPTOMS
If users are executing asynchronous keyset cursors while SQL Server is under memory pressure, a handled access violation (AV) and/or a runtime error that ends the SQL Server process may occur. -or-
WORKAROUND
To work around this problem, disable asynchronous keyset cursors by changing the 'cursor threshold' configuration value to -1 (which is the default). STATUSMicrosoft has confirmed this to be a problem in SQL Server version 7.0. MORE INFORMATION
The following errors and stack trace may be seen in the error log when encountering this problem:
The server may also shut down prematurely when encountering this problem. If SQL Server is running as a service, the error log will contain no indication of why the shutdown occurred.If SQL Server is running from the console, the following message will be dumped to the console before the shutdown:
Additional query words: async asynch terminate terminates terminated killed errorlog
Keywords : kbbug7.00 |
Last Reviewed: December 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |