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: 363

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

Related posts about automation

Related posts about reporting-services