Avatar of marrowyung
marrowyung

asked on 

index related performance counter for SQL server DB

hi,

usually we have some perfmon counter for RAM:

Index searches /sec  >1000 will have warning. >2000 will have critical message.
SQL Compilations/Sec >100 will have warning ,>300 will have critical message
Page Faults/sec,  >800 will have warning.  >1000 will have critical message.

what is the most efficiency perfmon counter to indicate index problem ?
SQLMicrosoft SQL Server 2008

Avatar of undefined
Last Comment
marrowyung

8/22/2022 - Mon