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