Skip to content

Commit ae3cc49

Browse files
authored
Correction of 'operational state' in Doc: use-the-always-on-dashboard-sql-server-management-studio.md
Mistake in the doc for operational states which say its for secondray replica but its not as per the doc sys.dm_hadr_availability_replica_states. Corrected the doc and updated the operational states as per the given doc --- https://learn.microsoft.com/en-us/sql/relational-databases/system-dynamic-management-views/sys-dm-hadr-availability-replica-states-transact-sql?view=azuresqldb-current#:~:text=operational_state_desc
1 parent 3b2e1d0 commit ae3cc49

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

docs/database-engine/availability-groups/windows/use-the-always-on-dashboard-sql-server-management-studio.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,16 +156,15 @@ The **Availability replica** pane displays the following columns:
156156
- **Connected**. A remote availability replica that is currently connected to the local replica.
157157

158158
**Operational State**
159-
Indicates the current operational state of the secondary replica. This value is hidden by default. The possible values are:
159+
Indicates the current operational state of the replica. This value is hidden by default. The possible values are:
160160

161161
**0**. Pending failover
162162
**1**. Pending
163163
**2**. Online
164164
**3**. Offline
165165
**4**. Failed
166-
**5**. Failed, no quorum
167-
168-
**NULL**. Replica is not local
166+
**5**. Failed, no quorum
167+
**NULL/Unknown**. Replica is not local
169168

170169
**Last Connection Error No.**
171170
Number of the last connection error. This value is hidden by default.

0 commit comments

Comments
 (0)