What is RSBuildRSBuild is a deployment tool for SQL Server Reporting Service. It currently supports two types of tasks: executing SQL Server scripts and publishing SQL Server Reporting Service reports and shared data sources. From version 1.1.0 onwards SQL Server 2008 Reporting Services is supported as well as all previously supported versions of SQL Server Reporting Services.
- It uses ADO.NET to execute database scripts in batch. Database scripts can be specified in the configuration file with a specific database connection.
- To publish reports and data sources to SQL Server Reporting Services, it uses the generic web service interface provided by SQL Server Reporting Services. By specifying data sources and report files in the configuration file, it will publish them to the designated location on the report server.
How to run RSBuildPlease refer to the configuration guide document
RSBuild Configuration Guide.doc.