Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Reporting Services - COPY reports to another folder

This is stupid that I can't figure out how to do this. I'm in the SQL Reporting Services Report Manager website. I have some reports in a folder. I want to copy those reports to a different folder so that I can point those reports to a different datasource. I still need the original reports in their original folder, pointing to their original datasource.

It's very easy to select reports via checkbox and use the Move functionality, but there doesn't appear to be a way to copy?

Any ideas.

like image 236
tidge Avatar asked Dec 17 '22 23:12

tidge


2 Answers

There is no easy way to copy reports in report manager.

I wrote a tool to help me copy reports between servers, you can use the same to copy on the same server too.

http://code.google.com/p/reportsync/

like image 70
nunespascal Avatar answered Jan 29 '23 07:01

nunespascal


I know this question is old but here is how I copy a report to another folder: I open the original report in Report Builder and use 'save as'.

like image 43
BlueQuail Avatar answered Jan 29 '23 08:01

BlueQuail