SQL SERVER – What is Page Life Expectancy (PLE) Counter

During performance tuning consultationconsultation, there are plenty of counters and values, I often come across. Today we will quickly talk about Page Life Expectancy counter, which is commonly known as PLE as well. You can find the value of the PLE by running the following query. SELECT [object_name], [counter_name], [cntr_value] FROM sys.dm_os_performance_counters WHERE [object_name] LIKE … Continue reading SQL SERVER – What is Page Life Expectancy (PLE) Counter