Continous integration with Reporting Services
Posted
by SDReyes
on Stack Overflow
See other posts from Stack Overflow
or by SDReyes
Published on 2010-04-30T23:56:51Z
Indexed on
2010/05/01
7:17 UTC
Read the original article
Hit count: 401
automation
|reporting-services
|continuous-integration
|sql-server-2008
|reportingservices-2008
I'm implementing a continuous integration environment with SVN and reporting services.
The reports are stored in the SVN repository. when a change occurs, they are automatically downloaded from the repository, and any file changed should be uploaded to the reporting services server.
How could you automate the upload/update process for .rdl files?
© Stack Overflow or respective owner