nerdexam
Microsoft

DP-300 · Question #461

Drag and Drop Question You have an on-premises Microsoft SQL Server failover cluster that contains three nodes. You need to rename a SQL Server instance in the cluster. The solution must minimize…

The correct answer is Rename the SQL Server instance.; Stop the SQL Server instance.; Start the SQL Server instance. To rename a SQL Server instance in a failover cluster while minimizing downtime, you first rename the SQL Server instance (using sp_dropserver and sp_addserver T-SQL commands while the instance is still running), then stop the SQL Server instance to apply the change, and…

Submitted by sofia.br· Mar 6, 2026Configure and manage SQL Server high availability and disaster recovery solutions, specifically managing SQL Server failover cluster instances (FCI) in an on-premises environment.

Question

Drag and Drop Question You have an on-premises Microsoft SQL Server failover cluster that contains three nodes. You need to rename a SQL Server instance in the cluster. The solution must minimize downtime for the cluster. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Answer:

Exhibit

DP-300 question #461 exhibit

Answer Area

Drag items

Stop the SQL Server instance.Rename the SQL Server instance.Pause the SQL Server instance.Start the SQL Server instance.Rename the host server.

Correct arrangement

  • Rename the SQL Server instance.
  • Stop the SQL Server instance.
  • Start the SQL Server instance.

Explanation

To rename a SQL Server instance in a failover cluster while minimizing downtime, you first rename the SQL Server instance (using sp_dropserver and sp_addserver T-SQL commands while the instance is still running), then stop the SQL Server instance to apply the change, and finally start the SQL Server instance so it comes back online with the new name. This sequence minimizes downtime because the rename preparation is done while the instance is still running, and only a brief stop/start cycle is required to finalize the change.

Topics

#SQL Server Failover Cluster#SQL Server Instance Management#High Availability#SQL Server Administration

Community Discussion

No community discussion yet for this question.

Full DP-300 Practice