Use the Object Explorer Details to Monitor Availability Groups (SQL Server Management Studio)
This topic describes how to use the Object Explorer Details pane of SQL Server Management Studio to monitor and manage existing AlwaysOn availability groups, availability replicas, and availability databases.
Note
|
|---|
|
For information about using the Object Explorer Details pane, see Object Explorer Details Pane. |
-
Before you begin: Prerequisites
-
To Monitor an Availability Group, using: SQL Server Management Studio
-
Object Explorer Details:
To monitor availability groups, availability replicas, and availability databases
-
On the View menu, click Object Explorer Details, or press the F7 key.
-
In Object Explorer, connect to the instance of SQL Server on which you want to monitor an availability group, and click the server name to expand the server tree.
-
Expand the AlwaysOn High Availability node and the Availability Groups node.
-
The Object Explorer Details pane displays every availability group for which the connected server instance hosts a replica. For each availability group, the Server Instance (Primary) column displays the name of the server instance that is currently hosting the primary replica. To display more information about a given availability group, select it in Object Explorer.
-
The Object Explorer Details pane then displays the Availability Replicas and Availability Databases nodes for this availability group:
-
When you expand the Availability Group node in Object Explorer and select the Availability Replicas node, the Object Explorer Details pane displays information about each of the availability replicas in the group. For more information, see Availability Replica Details, later in this topic.
To perform operations on multiple availability replicas, select them, and right-click them to open up a context menu that lists the available commands.
-
When you expand the Availability Group node in Object Explorer and select the Availability Databases node, the Object Explorer Details pane displays information about each of the availability databases in the group. For more information, see Availability Database Details, later in this topic.
To perform operations on multiple availability databases, select them, and right-click them to open up a context menu that lists the available commands.
-
The Availability Replica details screen displays the following columns:
Note
|
|---|
|
For information about performance counters for availability replicas, see SQL Server, Availability Replica. |
The Availability Database details screen displays the following properties of the availability databases in a given availability group:
Note
|
|---|
|
For information about performance counters for availability databases, see SQL Server, Database Replica. |
Note