|
how to capture the schedule timings like suppose if the report is schedule monthly and every monday at 07:00 AM. I am generating a report which is for subscription details, where i am capturing all the subscriptions and their lastrun date and whether it is successed or failed and along with that i need to capture its respective schedule (time intervals) also.
(comments are locked)
|
|
You have to directly query tables in ReportServer database Here is the diagram:
Or you can use Michael Davis's diagnostic report http://www.sqlservercentral.com/articles/Reporting+Services+%28SSRS%29/69257/ very good article with examples, But my requirement is subscription time intervals need to capture. Suppose if the subscription is schedule every sunday at 08:00 AM and another subscription is scheduled every week only on wednesday at 07:00AM that details i need to capture.
Apr 24 '12 at 12:02 PM
Mohan
Get the ReportID and query ReportSchedule/Schedule table.
Apr 24 '12 at 08:16 PM
alexsdba
(comments are locked)
|


