We are going to move the report services DBs to a faster SAN within the same SQL server machine. Which would be the best way to do it? I was thinking, stop SRS services, detach the ReportSever and ReportSeverTempDB, copy mdf and ldf files to new location and finally reattach. Would that work? Thanks
These databases can be moved like any other user dbs. Just detach, copy to new location and then attach, I don't think you need to stop RS but you get any db in use error check and stop if needed...
Yes moving from one server location just require deletion of database from current location & then attaching them back to location where the database resides. Regards, Network Management Services
[quote user="itsupport12"] Yes moving from one server location just require deletion of database from current location & then attaching them back to location where the database resides. Regards, Network Management Services [/quote] Detach not deletion.