Skip to content

GUI Chart Error #146

Answered by DavidWiseman
BrubiSQL asked this question in Q&A
Apr 15, 2022 · 10 comments · 3 replies
Discussion options

You must be logged in to vote

If you don't see the object name populated, validate that you have granted these permissions. Replace DBADashServiceUser with your user account:

GRANT VIEW SERVER STATE TO DBADashServiceUser
GRANT VIEW ANY DATABASE TO DBADashServiceUser
GRANT CONNECT ANY DATABASE TO DBADashServiceUser
GRANT VIEW ANY DEFINITION TO DBADashServiceUser

-- Optional (Not required for this collection)
GRANT ALTER ANY EVENT SESSION TO DBADashServiceUser
USE [msdb]
GO
CREATE USER [DBADashServiceUser] FOR LOGIN DBADashServiceUser
ALTER ROLE [db_datareader] ADD MEMBER DBADashServiceUser

Replies: 10 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@BrubiSQL
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@BrubiSQL
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@BrubiSQL
Comment options

Answer selected by BrubiSQL
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants