BUG: Concurrent Async Keyset Cursors can Result in Server HangID: Q226191
|
If 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.
Disable 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.
Microsoft has confirmed this to be a problem in SQL Server version 7.0.
Additional query words:
Keywords : kbbug7.00 kbSQLServ700bug
Version : winnt:7.0
Platform : winnt
Issue type : kbbug
Last Reviewed: May 4, 1999