Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
laddu
Constraint Violating Yak Guru
332 Posts |
Posted - 2009-12-29 : 14:59:09
|
I need to restore ReportServer database in another server. As far I know it's not like normal backup and restore method. Please advice the steps to how to restore it ? Thank you! |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
laddu
Constraint Violating Yak Guru
332 Posts |
Posted - 2009-12-29 : 15:25:14
|
I am moving reportserver database from one server to other server(already reporting services installed and reportserver db is there)I am planning to below steps1. Stop report server2.detach database in primary server3.copy mdf and ldf file to secondary server4 attach the database5.start report server.One question I have already reportserver db in secondary server. any otherthings to take care |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|