In accordance with this very useful article :
These DM views are protected because they can display information that you most likely would not have for everyone.
Grant permission VIEW SERVER STATEfor server-level permissions and VIEW DATABASE STATEfor dynamic database management views and functions. It is usually best to create a role and then grant permissions to do so.
GRANT VIEW SERVER STATE TO <<login name>>
source
share