Thursday, May 5, 2011

Deploying Reports using RS utility

* We can deploy .rdl files with rs utility as follows

c:\> rs -i <script file> -S <ReportServerURL> -u <username> -p                             <pwd>
Here
    script file is vb.net file with extension .rss (report server script) which consists of 3 functions.

        * Creating folder in report server
        * creating data source ,,   ,,
        * Copying the report ,,   ,,

* download example.

* Extract .rar file into d:
* Go to command prompt and run as follows

* Open browser and verify it from report server.


No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

SQL Server Error Logs

* Error Logs maintains events raised by SQL Server database engine or Agent. * Error Logs are main source for troubleshooting SQL Server...

SQL Server DBA Training

SQL Server DBA Training
SQL Server DBA