SSMS activity monitor greyed out

Santosh M 1 Reputation point
2021-12-17T20:02:39.057+00:00

DBA's - I am seeing Processes section under SSMS - Activity monitor is greyed out for one of the windows login

I have granted Performance Monitor Users under lusrmgr

Now I am seeing access is denied and none of the functionalities are working under activity monitor.

I have granted permissions as per below article:
https://sqltimes.wordpress.com/2018/04/24/sql-server-the-activity-monitor-is-unable-to-execute-queries-against-server-activity-monitor-for-this-instance-will-be-placed-into-a-paused-state-use-the-context-menu-in-the-overview-pane-to-resume/

Still the login have access is denied errors, Please help.!

Thanks in advance.

best regards,
Santosh

SQL Server | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Erland Sommarskog 121.9K Reputation points MVP Volunteer Moderator
    2021-12-17T22:23:45.38+00:00

    The permission needed would be VIEW SERVER STATE. Check that you don't have a DENY in the mix.

    Then again, "Access is denied" is a Windows message. Can you post a screenshot, so we feel more certain of what you are talking about?


  2. Ronen Ariely 15,206 Reputation points
    2021-12-19T05:37:31.643+00:00

    Hi,

    (1) It is recommended to use Adam Machanic's sp_WhoIsActive (as Erland mantioned) which you can download from here:

    https://github.com/amachanic/sp_whoisactive/

    Another stored procedure which you should check and probably use to monitor your server activities and configuration is Brent's Ozar sp_BlitzFirst which you can find here together with a few more utilities: https://www.brentozar.com/first-aid/

    Any links to post on bugs to MS? Thanks!

    (2) To report bugs you should use Microsoft's feedback system https://feedback.azure.com

    You can directly use this link to go to the SQL Server reporting place: https://feedback.azure.com/d365community/forum/04fe6ee0-3b25-ec11-b6e6-000d3a4f0da0

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.