Data Driven Subscriptions without SQL Enterprise

  • There are some tools that can do data driven tasks. Some a re relatively cheap ... I don't know the current prices but check these 2:

    http://www.r-tag.com

    http://www.christiansteven.com

  • You can use SQL-RD, a third-party solution, to create and run data-driven schedules without having to upgrade to SQL enterprise. It also comes with event-based scheduling (triggers the report on events including database changes, file changes, emails received and so on). It delivers the reports to email, SharePoint, folder, printer, fax or Dropbox. Check out ChristianSteven.com.

  • Jason Selburg - Thursday, May 11, 2006 7:38 PM

    Jason,
    Thanks for the stored procedure.
    But I still didn't understand how to modify it so I can send the report with different parameters to different people?
    Could you please point me to the right direction?
    Thanks 

  • Thanks @jason , this is LEGENDARY!

    I’ve played around a bit and am not wondering whether it’s at all possible to also rename the file attachment that is produced by the reporting server.

    I’ve searched through the ReportServer tables and haven’t found anything obvious just yet.

    <ThinkingOutAloud>

    For an emailed report, the filename is merely that of the ReportName within SSRS, so does that mean if we could Update the ReportName before running JAson's StoredProc, that the attached filename would be changed too...?

    </ThinkingOutAloud>

     

    Would you perhaps have any pointers on where one could update the filename that is produced?

     

    #EDIT: I tried renaming the [NAME] column in the dbo.CATALOG, however this had no bearing on filename which ws still attached to the email with the original Report Name.

    • This reply was modified 4 years, 4 months ago by  wi11iamr.

Viewing 4 posts - 16 through 18 (of 18 total)

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