May 23, 2019 at 7:57 pm
Is there a folder on the report server that houses all of the .rdl files for all of the reports. We need to add all of them to TFS. Was hoping we dont have to go through them one at a time.
May 23, 2019 at 8:26 pm
No. Once deployed they stored in the ReportServer database's Catalog table.
--Vadim R.
May 23, 2019 at 8:56 pm
You can use Powershell to access SSRS - you can start here: https://www.mssqltips.com/sqlservertip/4738/powershell-commands-for-sql-server-reporting-services/
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
June 5, 2019 at 9:07 am
We did something similar to get all the files we'd uploaded using the attached script.
It download all the RDL files, all the data source files (.RDS) and (I think) any other documents we'd uploaded onto the server.
We use it by passing parameters (server and destination) and it works quite quickly.
November 1, 2024 at 3:32 pm
please can you share the script to download all the RDL files, all the data source files
November 1, 2024 at 3:33 pm
@richardmgreen1 please can you share the script to download all the RDL files, all the data source files
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply