We have the two DB of our SSRS server: ReportServerTest & ReportServerTestTempDB.
Now we are going to move the SSRS serve to production. For this, we create the .bak of both DB and we restore them in the production-pc SSMS. Then, we link the DB from Report Server Configuration Manager.
We want to rename both DB in order to delete the "Test" part: ReportServer and ReportServerTempDB. I guess we can't just click on the DB and just click "rename" since this two DB have dependency between them. What we must do in order to avoid errors in the DB rename?
If you need to know, our SSRS server has mobile reports. So I think some scripts will not work.
