SQL Server database – required role for database monitoring
To have SELECT access for POM users on dynamic management views and functions that provide information about database health statistics, DBA must grant following SQL Server role to POM users.
GRANT VIEW SERVER STATE TO <pom_user>;