Visual Studio and SSRS Export Import

Craig Garland 336 Reputation points
2024-01-10T04:56:00.9233333+00:00

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

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,064 questions
0 comments No comments
{count} votes

Accepted answer
  1. Olaf Helper 47,441 Reputation points
    2024-01-10T06:58:41.24+00:00

    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.


1 additional answer

Sort by: Most helpful
  1. Anonymous
    2024-01-11T03:32:05.4366667+00:00

    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


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.