How to view a report subscription history

  • Hi,

    Is is possible to see the history of a subscription? I have only managed to find the status of the last subscription, using the following query:

    Select ReportSchedule.ScheduleID, Catalog.Name, Subscriptions.Description, Subscriptions.LastStatus, Subscriptions.LastRunTime

    From ReportSchedule join Subscriptions on ReportSchedule.SubscriptionID = Subscriptions.SubscriptionID

    join Catalog on Subscriptions.Report_OID = Catalog.ItemID

    Is there a way to see the subscription status for, let's say, the past week?

  • go to http://qa.sqlservercentral.com/articles/ssrs/69257

    at the bottom of the article is a zip file you can download that has the reports...I use it these reports alot....

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply