Forum Discussion
powerbi report server metadata
It's impossible to say. Microsoft does not document or support directly accessing any of the objects in the Report Server database with the exception of the ExecutionLog views
- omnia_saleh2 years agoHelper II
I can access alot of tables like catalog,Policies,Roles,Users but table event,history,subscription has on data in ReportServer database in SSMS
- d_gosbell2 years agoSuper User
omnia_saleh wrote:
I can access alot of tables like catalog,Policies,Roles,Users but table event,history,subscription has on data in ReportServer database in SSMS
Yes, they cannot block access to people that have high enough rights on the database server. But they do not support making changes to the tables or even querying them directly. It can cause blocking and interfere with the normal operation of Report Server.
- omnia_saleh2 years agoHelper II
I want to see data in table [Event] and [history] in ReportServer database in sql server managemet studio when i do select on it dont retrive any data why althoughi can select from tables like catalog,Policies,Roles,Users