The information in this article applies to:
BUG #: 55020 (SQLBUG_70) SYMPTOMSIf all worker threads in SQL Server are executing commands for keyset cursors that are being populated asynchronously, the server hangs. The server will then not allow any new connections or other existing queries to execute. WORKAROUNDDisable asynchronous keyset cursors by changing the cursor threshold configuration value to -1 (which is the default) or reduce the number of concurrent users executing asynchronous keyset cursors. STATUSMicrosoft has confirmed this to be a problem in SQL Server version 7.0. Additional query words:
Keywords : kbbug7.00 kbSQLServ700bug |
Last Reviewed: January 4, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |