Refersh SSRS snapshot using t-SQL command

  • Topic : Refersh SSRS snapshot from an external SSIS pacakge

    Issue

    A report is created with data driven subscription. Since there is no specific schedule to refresh the snapshot, this event should be automated.

    Therefore snapshot needs to be refreshed from an external SSIS package using a t-SQL command.

    I have used below command in a SSIS package (Execute SQL task) but is not refreshing as expected …

    exec [ReportingService].dbo.AddEvent @EventType='ReportExecutionUpdateSchedule', @EventData= 'ReportID'

    Please advise.

Viewing 0 posts

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