Data Driven Subscription in Standard Edition

  • Hi Folks

    My new workplace doesn't have the enterprise edition of sql server and now all of my data driven subscription reports are useless. I've done a little searching on the web to see if somebody has been able to replicate the data driven scheduling of reports, passing a data driven parameter to a report with matching email, but nothing I've tried comes even close to working.

    As an example of what I need...

    The main report lists various things related to person id, with data driven subs I'd set this main report up with a person id parameter and parse the parameter in from a sql query which also included that persons email. Embed report into the email as mhtml or similar. Though if it makes life any easier, the main report already has the persons email addy.

    Does anyone have any ideas?

  • I did read through this..

    http://www.sqlservercentral.com/scripts/Miscellaneous/31733/

    but I can't work out how I would loop through the list of people requiring emails and parse the parameters and emails from my sql query 🙁

  • Have you thought of using SSIS and the RS scripting utility?

    I developed a solution using that technique to render PDF versions of a specific report once per month.

    Do some Googling for Rs.exe or Rs Utility and you'll find the scripting language is quite powerful.

    Should be able to accommodate what you need.

    Good luck!

  • Simon E Doubt (4/4/2014)


    Have you thought of using SSIS and the RS scripting utility?

    I developed a solution using that technique to render PDF versions of a specific report once per month.

    Do some Googling for Rs.exe or Rs Utility and you'll find the scripting language is quite powerful.

    Should be able to accommodate what you need.

    Good luck!

    Thanks Simon - probably a good idea, but learning how to script the job would probably take me longer than working out how a piece of sql would work (and that is bad enough :blush: )

    I managed to get it working ONCE with the code here

    http://geoffbi.blogspot.co.uk/2012/04/data-driven-subcriptions-in-standard.html?showComment=1396888799120#c3719242422302777693

    but have since hit sharepoint OSWS timer errors and it hasn't sent emails since

Viewing 4 posts - 1 through 3 (of 3 total)

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