We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally posted by BrubiSQL April 28, 2022 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
USE [msdb] GO ALTER ROLE [SQLAgentReaderRole] ADD MEMBER [DBAdashUser] GO ```</div>
The text was updated successfully, but these errors were encountered:
Update docs for service account permissions
a083c99
SQLAgentReaderRole is required to collect job metadata. #182
a99a93c
Docs updated
Sorry, something went wrong.
DavidWiseman
No branches or pull requests
Discussed in #176
Originally posted by BrubiSQL April 28, 2022
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
The text was updated successfully, but these errors were encountered: