nerdexam
Microsoft

70-465 · Question #5

Drag and Drop Question You have two servers named SQL1 and SQL2 that have SQL Server 2012 installed. SQL1 contains a database that is mirrored asynchronously to SQL2. The database contents are…

The correct answer is Fail over.; Upgrade SQL1.; Upgrade SQL2.; Establish a mirror.; Break the mirror. The correct sequence minimizes downtime by first failing over to SQL2 (making it the principal), then upgrading the now-mirror SQL1 while SQL2 serves users, then upgrading SQL2, re-establishing the mirror, and finally breaking the mirror once complete. This rolling upgrade…

Submitted by ahmad_uae· Mar 5, 2026Plan and implement a migration and upgrade strategy for SQL Server instances and databases while maintaining high availability and minimizing downtime.

Question

Drag and Drop Question You have two servers named SQL1 and SQL2 that have SQL Server 2012 installed. SQL1 contains a database that is mirrored asynchronously to SQL2. The database contents are updated once a month. You need to upgrade the database to SQL Server 2014. The solution must minimize downtime. Which upgrade steps should you recommend? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Answer:

Exhibit

70-465 question #5 exhibit

Answer Area

Drag items

Fail over.Fail back.Upgrade SQL1.Upgrade SQL2.Establish a mirror.Break the mirror.

Correct arrangement

  • Fail over.
  • Upgrade SQL1.
  • Upgrade SQL2.
  • Establish a mirror.
  • Break the mirror.

Explanation

The correct sequence minimizes downtime by first failing over to SQL2 (making it the principal), then upgrading the now-mirror SQL1 while SQL2 serves users, then upgrading SQL2, re-establishing the mirror, and finally breaking the mirror once complete. This rolling upgrade approach ensures the database remains available throughout most of the process, since SQL Server 2012 and SQL Server 2014 can participate in database mirroring during a mixed-version transition window. 'Fail back' is unnecessary because after upgrading both servers and establishing the mirror, you simply break it rather than failing back to SQL1 as principal.

Topics

#SQL Server Upgrade#Database Mirroring#High Availability#Rolling Upgrade

Community Discussion

No community discussion yet for this question.

Full 70-465 Practice