The information in this article applies to:
BUG #: 18028 (SQLBUG_65) SYMPTOMS
A stored procedure, using multiple server-side scroll cursors, may cause a
handled exception or access violation (AV) in SQL Server when it is running
under low memory and procedure cache conditions.
CAUSEThis problem occurs because SQL Server is running low on memory and procedure cache. This issue has occurred with SQL Server memory set to 16 MB and the procedure cache set to 1 percent. These settings were configured to simulate stress on these resources. WORKAROUND
To work around this problem, do any one 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/.
MORE INFORMATIONYou can monitor the SQL Server cache by using DBCC SQLPERF (LRUSTATS). For further information on this command,please see the SQL Server Books Online. For recommended SQL Server memory configurations, see the following article in the Microsoft Knowledge Base: Q168697 INF: Estimating the Initial SQL Server Memory Setting Additional query words: prodsql sp sp5proc st
Keywords : SSrvErr_Log SSrvStProc SSrvTran_SQL kbbug6.50 kbfix6.50.SP5 |
Last Reviewed: November 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |