Hi,
I am currently implementing a number of SSRS reports (using 2014 version) with data-driven subscriptions.
There is a requirement to store information of which email addresses the reports get sent to every time the job runs, along with the parameters used.
I tried to research this on the net but could not find anything on this - surely I will not be first person to have this problem!
While I can get some useful info, e.g. execution start and end time, parameters, etc. from ReportServer.dbo.ExecutionLog2 view, I can't find anywhere in the DB which store the email addresses' metadata.
Can anyone think of a way I can get this info and fulfill the requirement?
Thanks in advance.