Sql-server – Impact of using mirroring to migrate between SQL Server 2005 and SQL Server 2008 R2

mirroringsql-server-2005sql-server-2008-r2

I've got a DB which sits on a machine (SQL Server 2005) due for replacement very soon.

I'm planning on having the database mirrored to the replacement machine (SQL Server 2008 R2) so that when the time comes to switch everything over, I can fail it over and quickly get things back up and running on the new machine.

If I then mirror the DB on the replacement machine (now the principal) to ANOTHER machine (SQL Server 2008 R2), will there be any impact or issues which could appear, which wouldn't if I'd have backed up and restored cleanly onto the new server?

(Assume that I've copied all the users/configurations/jobs etc over to the replacement machine, and that once the replacement machine is in use, the SQL 2005 machine will be removed so it won't be failed back to)

Best Answer

What you are trying to do is a rolling upgrade sans upgrading the principal (kudos on leveraging technology). There is a link on BOL which details what to expect.