I have SSRS 2008 R2 server that we use with our TFS 2010 projects.
Each project has more or less the same reports in it. I have made a change to one of those reports. Now I have two choices:
- Go to each project and manually upload the changed report
- Figure out a way to upload the changed report to all the folders at once.
Clearly I would prefer #2 (as I can see reports changing in the future.
Does anyone know a way to do this that does not use VB? (I have a hard time reading VB and an even harder time adapti开发者_高级运维ng it to what I need and an even harder time debugging it.)
Maybe you would like powershell a bit more than VB.net or C#.net?
http://www.powergui.org/entry.jspa?externalID=2045&categoryID=54
Powershell is very a handy thing to know if you are on windows.
You could use a SSRS scripting tool like this one
Download: http://www.sqldbatips.com/samples/code/RSScripter/RSScripter.zip Instructions: http://www.sqldbatips.com/samples/code/RSScripter/readme.htm
It has both a GUI tool as well as a command line utility and I can verify that it works well on SQL 2008 R2 servers.
精彩评论