Using dbcc quorum (clusters only)

Usage information for dbcc quorum.

  • dbcc quorum output goes to:
    • By default, terminal that started the SAP ASE server

    • The client session if trace flag 3604 or 3605 is on

  • dbcc quorum accepts an integer parameter for the number of view records to print. For example, to print the 20 most recently view records, use:
    dbcc quorum(20)
  • If you do not include a parameter dbcc quorum prints the 10 most recent view records.

  • Issue dbcc quorum (-1) to view all records.