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)
 Email reports to users

Author  Topic 

dmaxj
Posting Yak Master

174 Posts

Posted - 2010-02-10 : 13:32:58
I am at a crossroads. I want to set a report to run every nite. I assume that I have to set up a job with SQL Server Agent. The report server and SQL Agent are on different machines. Is this possible?

If not, then is there a way to configure the report to be run from the same Report Server? I would still need to have the report run every nite. Can I then publish the report to specific email addresses that show up in the dataset from the query that generates the report?

I hope that I am making sense - I can clarify more.

Regards

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-02-10 : 13:36:18
quote:
Originally posted by dmaxj

I am at a crossroads. I want to set a report to run every nite. I assume that I have to set up a job with SQL Server Agent. The report server and SQL Agent are on different machines. Is this possible?

If not, then is there a way to configure the report to be run from the same Report Server? I would still need to have the report run every nite. Can I then publish the report to specific email addresses that show up in the dataset from the query that generates the report?

I hope that I am making sense - I can clarify more.

Regards


Sounds like what you need is to set subscription for your reports as per a schedule
http://technet.microsoft.com/en-us/library/cc872783.aspx

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -