The information in this article applies to:
BUG #: 52269 (SQLBUG_70) SYMPTOMSThe DBCC MEMUSAGE statement is not supported in SQL Server 7.0. Executing it on servers running heavy loads with large databases may cause the server to stop responding. WORKAROUNDTo work around this problem, use Windows NT Performance Monitor counters to monitor memory usage. Counters of interest are Procedure Cache Pages In Use and Procedure Cache Size (Pages) in the SQL Server Buffer Manager Object, as well as the Procedure Cache Hit Ratio, Procedure Cache Pages, and Procedure Cache Object Counts counters in the SQL Server Cache Manager Object. STATUSMicrosoft has confirmed this to be a problem in SQL Server version 7.0. Additional query words: prodsql hang hangs hung
Keywords : SSrvTran_SQL kbbug7.00 |
Last Reviewed: April 15, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |