Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all articles
Browse latest Browse all 2791

Report of user\role permissions in SSRS

$
0
0
We have been using this query to pull out logins folder permissions in SSRS:
SELECT C.UserName ,
   D.RoleName ,
   D.Description ,
   E.Path ,
   E.Name
FROM  dbo.PolicyUserRole A<

Viewing all articles
Browse latest Browse all 2791

Trending Articles