This topic has not yet been rated - Rate this topic

sys.dm_hadr_availability_replica_cluster_nodes (Transact-SQL)

SQL Server 2012

Returns a row for every availability replica (regardless of join state) of the AlwaysOn availability groups in the Windows Server Failover Clustering (WSFC) cluster.


Column name

Data type

Description

group_name

nvarchar(256)

Name of the availability group.

replica_server_name

nvarchar(256)

Name of the instance of SQL Server hosting the replica.

node_name

nvarchar(256)

Name of the cluster node.

Permissions

Requires VIEW SERVER STATE permission on the server.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.