SSRS Report Rendering Time

use ReportServer

GO

select top 10

  InstanceName,

  ItemPath,

  UserName,

  RequestType,

  Format,

  TimeStart,

  TimeEnd,

  CAST((TimeDataRetrieval)as numeric(18,2))/60000 TimeDataRetrieval,

  CAST((TimeProcessing)as numeric(18,2))/60000 TimeProcessing,

  CAST((TimeRendering)as numeric(18,2))/60000 TimeRendering,

  CAST((TimeDataRetrieval+TimeProcessing+TimeRendering)as numeric(18,2))/ 60000 [Total_Time(Minutes)]

 from ExecutionLog3

 

Comments

  1. Great article, Thank you for sharing this valuable info with us.

    ReplyDelete

Post a Comment

Hi User,
Thanks for visiting My Blog and please provide your valuable feedback and subscribe for more updates. Please don't post any spam content or comments.
Thank You

Popular Posts

Failed to execute the package or element. Build errors were encountered

Restore of database 'DataBase_Name' failed. (Microsoft.SqlServer.Management.RelationalEngineTasks)

Cannot convert "Column" between a unicode and a non-unicode string data types in SSIS