info@techdevops.com | 437-991-3573 | Data Engineering Services
TechDevOps.com
Resources Tools
Experts in Microsoft SQL Server on Windows, Linux, Containers | Clusters, Always On, FCI | Migrations, Cloud, Performance



View Microsoft SQL Server Reporting Services Report Server Logs
by BF (Principal Consultant; Architecture; Engineering)
2015-11-23







Solution:


T-SQL:

Use ReportServer
go
select ItemPath, TimeStart as 'Time-Start', TimeEnd, TimeDataRetrieval,
TimeProcessing, TimeRendering, [Source],
[Status], ByteCount, [RowCount], [Format], *
from dbo.ExecutionLog3 order by TimeStart DESC


Image #1: