Don't you have the SSRS 2016 SSDT project with all reports?
Then open the project in new SSDT for 2019, change the TargetServerVersion to 2019, build the project and deploy it.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Guys,
Thanks for any answers in advance.
Overview of project
We have an existing SQL 2016 server and have built a new SQL 2019 server. We want to move the report from SQL 2016 to SQL 2019. I actually completed this using a mixture of RS.exe and the ReportSync tool. The issue is that all the data sources need to be manually updated for the new SQL server.
What I am wondering is if there is a method of connecting Visual studio 2019 to the SQL 2019 SSRS server. Download all the reports, then update their data source and redeploy. I do have Visual Studio SSRS extension installed and can push a new report, but I can't see how to view existing reports on the SSRS server. Maybe it's not possible, and Visual Studio can only be used for deploying.
Can someone let me know if it's possible and who to do it? else am I just wasting my time.
Regards
Craig Garland
Don't you have the SSRS 2016 SSDT project with all reports?
Then open the project in new SSDT for 2019, change the TargetServerVersion to 2019, build the project and deploy it.
Hi @Craig Garland I found a thread about updating data sources in batches, maybe you can use it as a reference: https://learn.microsoft.com/en-us/answers/questions/142161/ssrs-bulk-update-custom-data-source. Best regards, Aniya