How do I copy SSRS reports to a new server if I am not the owner of the reports

后端 未结 7 1121
被撕碎了的回忆
被撕碎了的回忆 2020-12-08 22:19

I have to copy all reports from one SSRS server to another. I plan on doing this by going through each report and downloading the report definition file and then uploading t

相关标签:
7条回答
  • 2020-12-08 22:51

    Use this

    Just point it at your RS server and let it run. It has many options as to what is and isn't scripted. One of which is download existing RDL file.

    When complete just a find and replace tool to change the server name (within the generated scripts) and any other password/location information and let it run. It is essentially using RS.exe under the hood.

    I seem to recall that you have have to run it locally on the SSRS box when deploying.

    0 讨论(0)
提交回复
热议问题