Forum Discussion
gesgin
7 years agoHelper I
Folder-Based Security Information
Hi, Is there a table/view in report server database where we can list the authenticated users per each folder and report in report server url? (except ExecutionLog3 view) Thank you
- 7 years ago
Hi gesgin,
Please run below query against report server database:
select C.Path, C.Name,ELS.UserName from [dbo].[Catalog] C join [dbo].[ExecutionLogStorage] ELS on C.ItemID=ELS.ReportID
Best Regards,
Qiuyun Yu
v-qiuyu-msft
7 years agoCommunity Support
Hi gesgin,
Based on my research, there is no record if the report is not executed. You can do a small test on your side as well.
Best Regards,
Qiuyun Yu
gesgin
7 years agoHelper I