Вопрос

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