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

后端 未结 7 1128
被撕碎了的回忆
被撕碎了的回忆 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:50

    First: backup your your new Reports database before you do this. Copy the follwing tables from the original Reports database to the new Reports database: - Catalog - ChunkData - DataSource - Policy - PolicyuserRole - SecData - Users

    Make sure you dont copy the Keys table!

    One issue with this is you will need to re-create all your shared datasources and re-assign them to each report. But, this will copy over all your folders, reports, and user roles.

提交回复
热议问题