Again a moment when all is running smoothly so time to reflect / brush up on knowledge etc etc I have a couple of questions regarding perfmon ,,, Did I imagine it or did SQLServer: buffer Manager used to have a counter called Free buffers ?? and Total Server Memory .. is this not the same as overall server memory ?? thank you
Are you referring to Object: - SQL Server:Buffer Manager Counter: - Free pages and coming to other one you can find explicit counters given to check the SQL Server memory usage. SQL Server: Memory Manager: Total Server Memory counter can tell you the amount of dynamic memory the server is presently consuming. You can also look into: SQL Server: Buffer Manager: Buffer cache hit ratio SQL Server: Buffer Manager: Page Life Expectancy Process: Working Set
thanks for the reply , much appreciated .. especially clarifiying total server memory no not Free pages (unless it has been renamed ?) SQL Server Buffer Manager counters Free buffers = number of free bufffers availble source http://doc.ddart.net/mssql/sql70/perfmon_6.htm best wishes Simon