Article ID: 175126 - Last Review: August 10, 2006 - Revision: 5.0 FIX: Problems with Server Cursors on a Stored ProcedureThis article was previously published under Q175126 BUG #: 17338 (6.5) SYMPTOMS Running a server cursor on a stored procedure may cause SQL
Server to stop responding to all clients if all of the following conditions are
true:
WORKAROUND To work around this problem, do any of the following:
STATUS Microsoft has confirmed this to be a problem in SQL Server
6.5. This problem has been corrected in Service Pack 5a for Microsoft SQL
Server 6.5.For more information, click the following article
number to view the article in the Microsoft Knowledge Base: 197177
(http://support.microsoft.com/kb/197177/
)
INF: How to Obtain SQL Server 6.5 Service Pack 5a For more information, contact your primary support
provider. MORE INFORMATION To determine if your query uses a worktable, see the
"Worktable n" topic in SQL Server Books Online. You can find this topic in the
Administrator's Companion 6.0 under Part 8, "Troubleshooting" in Chapter 23,
"Understanding SHOWPLAN Output." Additionally, running sp_recompile is not necessary, but instead a change to the schema_ver column of the sysobjects system table can cause this problem. The following system stored procedures also modify the schema_ver column: sp_bindefault, sp_bindrule, sp_rename, sp_unbindefault, and sp_unbindrule. | Article Translations
|

Back to the top
