Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
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
Solved! Go to Solution.
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
Hi @gesgin,
You can check [dbo].[ExecutionLogStorage] table in report server database.
Best Regards,
Qiuyun Yu
Thank you for your answer @v-qiuyu-msft
I know this table that shows the report click information. But I need a data like "A has access to X folder / Y report"
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
Thank you for the query @v-qiuyu-msft
If the user has access to a specific report but never executes it before, does this script returns data about this report?
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
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
3 | |
2 | |
1 | |
1 | |
1 |