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?