Skip to content
Advertisement

Auditing SSRS reports to get the last runtime and status on SQL Server

I have 3 tables in SQL Server storing data for every execution of SSRS report

  • Subscription
  • Catalog
  • Users : default table for employees in the company

I want to get the following information :

  • CreatedBy
  • LastModifiedBy
  • Path of the SSRS report
  • Name of the SSRS report
  • Last runtime
  • Last status

Advertisement

Answer

Your request is similar to something I have been working on a long time ago.

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement