Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 SSRS report sheduling and parallel processing

Author  Topic 

chetanb3
Yak Posting Veteran

52 Posts

Posted - 2013-04-01 : 02:17:14
I am quite new to SSRS and wanted to achieve following functionality
I have a SSRS report which generate PDF . I want to save this PDF to shared drive let’s say d:\reports. I want to schedule this report delivery , any idea how can I achieve this?
Also the SSRS report supposed to generate 1 million of PDF, I wanted to do something for parallel processing so that the time required would be very less,
Can I create multiple thread?

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-04-01 : 03:00:10
You can add a subscription for that. See

http://www.codeproject.com/Articles/18497/Distributing-Reports-Through-Subscriptions-SQL-Ser


For multiple processing, organise reports into groups and then add data driven subscriptions to do parallel processing of them

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page

chetanb3
Yak Posting Veteran

52 Posts

Posted - 2013-04-02 : 02:31:54
Thanks. for multiple processing you said add data driven subsciription to d paralel processing of them, how can I create driven subsciription. will look forward for you next post..
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-04-02 : 07:14:31
http://beyondrelational.com/modules/2/blogs/101/posts/13460/ssrs-60-steps-to-implement-a-data-driven-subscription.aspx

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page
   

- Advertisement -