Sql-server – SQL Server 2008 Failover cluster

sql server

We are currently running a working SQL Server 2005 Failover cluster, with 2 nodes. We are now in the process of replacing the servers in that cluster with 2 new servers running SQL Server 2008, my question, should I add the new servers to the current cluster and then retire the old servers or create a new cluster and then copy the databases to the new servers?

Best Answer

It would be cleaner and potentially more reliable to build your new SQL 2008 cluster first on new hardware. Do a test migration by restoring your databases from backups into your new cluster.