BUG: DBCC MEMUSAGE Is Not Supported in SQL Server 7.0

ID: Q196629


The information in this article applies to:

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.

Additional query words: prodsql hang hangs hung


Keywords          : SSrvTran_SQL kbbug7.00 
Version           : WINNT:7.0
Platform          : winnt 
Issue type        : kbbug 

Last Reviewed: April 15, 1999