Restore from tapeYou will need the most
recent backups of all databases and the output from the scripts in Appendix A
Appendix D. After locating everything you will need, perform the following steps.
- From other servers Server Manager, remove the Old server from the domain.
- Install NT Server, any application, network settings, and users. Use the same server
name and IP address.
- Install any NT services packs
- Perform a SQL Server installation
- Install any SQL Server service packs
- Restore any application data
- Reboot the Server
- Run the device creation script generated from the script in Appendix B (<filename>)
- Run the database creation script generated from the sp_help_revdatabase procedure with a
for load option (<filename>)
- Restore the master database
- If master fails to restore cleanly
- Rebuild master
- Turn on allow updates
- BCP in the file from syslogins (<filename>)
- Turn off allow updates
- Do NOT attempt another restore of master and do NOT restore msdb
- Run script to recreate all dump devices
- Run script to recreate all tasks with the exception of replication tasks
- Reset configuration options (<filename>)
- Restore the msdb database
- Restore each of the user databases
- Verify that all databases and all objects have been created properly.
- Verify that all operators, tasks, and alerts have been set properly
- If replication is installed, remove replication
- If replication is installed, verify all replication components have been eliminated
- If replication is installed, reinstall replication
- If replication is installed, verify and test installation of all components
- Open the server for production.
6.5 Disaster Recovery Plan 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18