BUG: DBCC MEMUSAGE Is Not Supported in SQL Server 7.0

Article ID: 196629 - View products that this article applies to.
This article was previously published under Q196629
BUG #: 52269 (SQLBUG_70)
Expand all | Collapse all

SYMPTOMS

The 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.

WORKAROUND

To 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.

STATUS

Microsoft has confirmed this to be a problem in SQL Server version 7.0.

Properties

Article ID: 196629 - Last Review: October 15, 2002 - Revision: 1.1
APPLIES TO
  • Microsoft SQL Server 7.0 Standard Edition
Keywords: 
kbbug kbpending KB196629

Give Feedback