Created
April 5, 2017 18:19
-
-
Save freemanirl/a36ff0ad6aef94c8c50164ec7a20f342 to your computer and use it in GitHub Desktop.
Find Page Life Expectancy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT [object_name], | |
[counter_name], | |
[cntr_value] FROM sys.dm_os_performance_counters | |
WHERE [object_name] LIKE '%Manager%' | |
AND [counter_name] = 'Page life expectancy' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment