积极答复者
SQL群集间迁移数据库问题

问题
答案
全部回复
-
Can backup/restore master db if both clusters have same version, service pack and db file path. For user dbs, better to do backup/restore too instead of detaching/attaching.
那么在群集上恢复master数据库是不是和单机上的一样呢?
If you haven't all the things you want,be grateful for the things you don't have that you didn't want. -
Restoring master db on cluster is same as on standalone server, you can start sql in single user mode by adding -m in startup parameters in sql server configuration manager then restart sql there. Or add -m in services applet on active node then restart sql service in applet (not in config manager nor cluster admin).