Replies: 3 comments 1 reply
-
The security doc includes adding to the db_datareader role. I might be missing something that needs SQLAgentReaderRole though. I'll check it out. |
Beta Was this translation helpful? Give feedback.
-
I can confirm that SQLAgentReaderRole is required. The app behavior is: Job stats are collected but job details including the name of the job are not. This data is collected via SMO. Internally this is using dbo.sysjobs_view which doesn't return any rows without membership of SQLAgentReaderRole. Interestingly if you query dbo.sysjobs instead you get similar data returned without needing to be a member of SQLAgentReaderRole. I'll update the documentation to add the SQLAgentReaderRole role as a requirement. #182 |
Beta Was this translation helpful? Give feedback.
-
Docs have now been updated |
Beta Was this translation helpful? Give feedback.
-
Suggestion for edit of this doc: https://github.com/trimble-oss/dba-dash/blob/main/Docs/Security.md
To allow DBA Dash to read Jobs, and stuff relating to it, you need to add
Beta Was this translation helpful? Give feedback.
All reactions