How to migrate an existing SSRS setup to a new server?

别说谁变了你拦得住时间么 提交于 2019-12-12 01:15:51

问题


I have just installed a new SQL Server instance with SSRS to replace an SQL Server instance. I need to move the SSRS data from the 2012 server to the 2016 server easily. There are several hundred reports with the requisite data sources and data sets. Moving everything one at a time would be a solution, but will take quite a while.

I have tried to backup the 2012 SSRS databases and restore them on the 2016 server, but SSRS server would not start after that. I was forced to restore the original 2016 databases for the reporting server to start.

What else can I do the facilitate the quick transfer of the reports, etc. from the 2012 server to the new server?


回答1:


I did a task similar but from SSRS 2008 to SSRS 2016 but I think the process would be almost identical. Check my answer to this question for a quick guide on the migration. It took me a couple of hours from start to finish as I remember... SSRS migration from 2008 to 2016



来源:https://stackoverflow.com/questions/53328234/how-to-migrate-an-existing-ssrs-setup-to-a-new-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!