Re: SQL Server cluster migration -
03-27-2008
, 03:29 PM
You may start with creation of a new sqlserver2005 cluster instance
with its own new resources.
You will then need to copy any SQLServer dependencies, such as logon
accounts. After that, you can use a log shipping solution to
syncronize the two istances. There are some alternatives like execute
a copy database or a database mirroring solution or detach/attach the
database files.
When the new istance will be sincronized and your tests on it will be
positive, you can switch to the new cluster and then reconnect
apllications.
Regards
Riccardo |