Click here to Skip to main content
16,017,852 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello
I have a problem that I have to generate Report automatically in SSRS 2008 R2 Standard Edition ,
The Situation is as follows
I have a table in database stores client information with a expiry date so now i want to generate report daily at midnight for those who will be expired on that date and email Report to them,
Everything is database driven like their email id and expiry date
So please help me how to automate these process
Thank you
Posted
Comments
Sandeep Mewara 20-Feb-13 4:07am    
So please help me how to automate these process
What have you tried so far? Where are you stuck? Be specific.
skyfighter.007 20-Feb-13 4:40am    
There is a option for Data driven subscription in ssrs 2008 Enterprise edition but i have standard edition which doesn't have this option , so i dont find any way , i think we can make our own custom scheduler exe which do this work but i dont have any idea to start this
Srinivasan Vinayagam 7-Mar-13 1:57am    
Generate report can be done using Subscription in SSRS.Also let me know you want to send the generated report or status of the report generation?

1 solution

Hi,

Schedule your report at your required time by using Subscriptions.

and while starting sqlserver management studio select Reporting Services Options so that you will enter into reporting services. under job folder , your scheduled report information will be there and try to create alerts based on requirement like success / failure.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900