Query store is enabled on 2 of our production databases but I no longer have access to see the Query Store node under the database since my SA privileges were revoked (I had them temporarily for a new server).

I can't find anywhere that describes what minimum permissions are needed for access to query store reports.

有帮助吗?

解决方案

Just use

GRANT VIEW DATABASE STATE TO [USER];
许可以下: CC-BY-SA归因
不隶属于 dba.stackexchange
scroll top