Displays the portion of the quorum device related to cluster membership, including the cluster view records that describe the state of the cluster.
dbcc quorum
Displays the contents of the quorum disk for the server:
dbcc quorum
Although you issue dbcc quorum from an instance, the output goes to the:
Terminal that started ASE by default
Client session if trace flag 3604 is on
Client session if error log 3605 is on.
dbcc quorum accepts an integer parameter for the number of view records to print. For example this prints the 20 most recent view records:
dbcc quorum(20)
If you do not include a parameter dbcc quorum prints the 10 most recent view records. Pass -1 to print all view records.
Issue dbcc quorum (-1) to view all records.
You must have the sa_role to run dbcc quorum.