People are capable of all kinds of good thinking, but some just don't see what's right in front of their noses.
Home
 

March 8th, 2014

Scripting Deployment and Administrative Tasks

Reporting Services comes with a command line utility, rs.exe, that allows us to administer Report Server via scripts that run Web Service operations.  These scripts must be written in VB.NET and a suggested extension for them is rss (Reporting Services script file). For more information, see http://msdn.microsoft.com/en-us/library/ms162839.aspx http://msdn.microsoft.com/en-us/library/ms159720.aspx We can use rs.exe to publish the …Continue reading

Top