You can get it from view(s) ExecutionLog in ReportServer database, request type = Subscription; see
SELECT *
FROM ReportServer.dbo.ExecutionLog3 AS EL
WHERE RequestType = 'Subscription'
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I want know, which reports was send and to whom.
I want will create SQL which sent me raport with data.
Each day server sents about 60 report to others person.
You can get it from view(s) ExecutionLog in ReportServer database, request type = Subscription; see
SELECT *
FROM ReportServer.dbo.ExecutionLog3 AS EL
WHERE RequestType = 'Subscription'
You can refer to this link: https://stackoverflow.com/questions/18960965/ssrs-subscriptions-how-to-view-all-report-recipients.
Hope it helps you.
Best regards,
Aniya