all groups > sql server reporting services > november 2004 >
You're in the

sql server reporting services

group:

Deploying reports to the server


Deploying reports to the server Mayur Patel
11/15/2004 3:25:50 PM
sql server reporting services: Hi,
Currently, i use Visual studio to depoly my reports to QA server. Is there
any way to deploy the reports to server without using visual studio, because
i can not use studio to deploy my reports to production.



Re: Deploying reports to the server Peter Blackburn (www.sqlreportingservices.net)
11/15/2004 8:46:02 PM
Sure - use rs.exe script. There is an example script for publishing reports
that Microsoft provide with the installation media called
RublishSampleReports.rss

Taken from page 132 of the Hitchhiker's Guide to SQL Server 2000 Reporting
Services:

"
NOTE Install the Sample Reports Using RS A script execution tool (rs) can be
used to simplify the process of installing the sample reports. The script
PublishSampleReports.rss is located in the \Program Files\ Microsoft SQL
Server\MSSQL\ Reporting Services\Samples\Scripts folder. These scripts are
Visual Basic .NET programs that can be run with rs from the command prompt
as:
rs -i PublishSampleReports.rss -s https://<Server>/reportserver -v
parentFolder="Sample Reports".

"

Peter Blackburn
Windows Server Systems - SQL Server MVP
Hitchhiker's Guide to SQL Server Reporting Services
http://www.sqlreportingservices.net





[quoted text, click to view]

AddThis Social Bookmark Button