Skip to content

Instantly share code, notes, and snippets.

@mvodep
Last active March 2, 2019 07:56
Show Gist options
  • Save mvodep/b34443cc982c0d68ef033007c45ca29c to your computer and use it in GitHub Desktop.
Save mvodep/b34443cc982c0d68ef033007c45ca29c to your computer and use it in GitHub Desktop.
SELECT * FROM sys.dm_exec_query_memory_grants
SELECT *
FROM sys.dm_os_performance_counters
WHERE [object_name] LIKE '%Memory Manager%'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment