Given an active-active SQL Server cluster setup, how does one determine the names of the SQL Server cluster nodes?
I don't want the SQL Server virtual server name returned from "select serverproperty('machinename')", but rather the NetBIOS name of the physical machines hosting the cluster.
Thanks.