Quantcast
Channel: SQL Server Database Engine forum
Viewing all articles
Browse latest Browse all 12963

Querying dm_resource_governor_resource_pools gives different results depending on who is logged in.

$
0
0

For example pool1 has active memgrant count = 1 when i run the query. when sa runs the query the value is 0.

How can I troubleshoot?

EDIT - problem solved the active memgrant count was including the spid used to query the dmv (itself), when running from a different log in in a different pool if was correctly showing 0.

Viewing all articles
Browse latest Browse all 12963

Trending Articles