I want to be able to setup a report that runs everynight at a certain time. Anyone know how to schedule sql server reports?
Thanks
macca
On your report server:
For an existing or shared schedule
Site settings:I want to be able to setup a report that runs everynight at a certain time. Anyone know how to schedule sql server reports?
Thanks
macca
On your report server:
For an existing or shared schedule
Site settings:hi
This is Elangovan. How to automatically run the SSIS (SQl SERVER2005 )
plz help me
bye
elangovan
Could you be more specific? Are you taking about a SSIS package?|||hi
i want to retrieve data from more than mutliple table.
i am using Stored procedure to do this but i want to do same thing in SSIS program-(SQL SERVER 2005)
bye
elangovan
|||Have you been through the SSIS tutorials?
What you are asking is the equivalent of "How do I create a program in C#?" We need more specific detail on what you want to accomplish in order to help you.
My report has a Date parameter. Can the report be run automatically after the date is changed without clicking on View Report button?
Thanks
I don't think it can. The toolbar is generated by the reportserver and you can't hook into any events and there is no Autorun option to my knowledge.
The only hack I can think of is displaying the report in a custom page, view the source to find out the ids/names that RS assigns to your parameters and the name of the js function called when the "View Report" button is pressed. You then write some javascript that hooks into the onChage event of the dropdown and simulate the pressing of the button by calling the relevant function manually.
Like I said that is a real hack and is not likely to be very flexible but you could experiment. Eaither way you can't modify the Report Manager to do this you would have to write a custom page.