Pregunta

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.

¿Fue útil?

Solución

Just use

GRANT VIEW DATABASE STATE TO [USER];
Licenciado bajo: CC-BY-SA con atribución
No afiliado a dba.stackexchange
scroll top