Replies: 1 comment
-
Did not realize that sysadmin is required to access msdb sysmail tables. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Blazor static SSR page trying to display a count of failed dbmail items. The following code works when running with my windows identify from Visual Studio because I have full Sql Admin privileges. On our production web server using an identity that has been granted DatabaseMailUserRole and db_datareader, the following query always returns 0 for the count. I tried granting db_owner privileges but that still didn't work.
Beta Was this translation helpful? Give feedback.
All reactions