BUG: DBCC MEMUSAGE Is Not Supported in SQL Server 7.0 (196629)



The information in this article applies to:

  • Microsoft SQL Server 7.0

This article was previously published under Q196629
BUG #: 52269 (SQLBUG_70)

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.

Modification Type:MajorLast Reviewed:10/15/2002
Keywords:kbBug KB196629