Hi, how do I give a login access to query ReportServer.dbo.ExecutionLog3 without granting RSExecRole?
grant select on [ReportServer].[dbo].[ExecutionLog3] to [xxx\xxxxxxx] does not really allow selecting the view.
The server princi
grant select on [ReportServer].[dbo].[ExecutionLog3] to [xxx\xxxxxxx] does not really allow selecting the view.
The server princi