Sql-server – reporting services physical path of the folder

reporting-servicessql server

I created a folder using the Report Manager URL but I would like to copy all the files to the different folder. Where is my folder located? I searched it but couldn't find it. Please let me know.

Best Answer

They aren't stored as physical files. They are stored in the Reporting Services database (called ReportServer by default if you don't have a named instance.)

You can't directly copy the files, but you can move them with the Report Manager interface.

To copy the files, use the RS scripting utility, or download and then upload the .rdl files to the new location.