Viewing the audit log

Enterprise Vault comes with the Audit Viewer utility, which lets you view and filter the data that is logged in the auditing database. For more information on Audit Viewer, see the Utilities Guide.

You can also view the audit log by following the instructions below.

To view the audit log

  1. On the Windows Start menu, click All Programs > Microsoft SQL Server > Query Analyzer.

  2. At the top of the SQL Query Analyzer window, select the EnterpriseVaultAudit database.

  3. Type the following command in the Query window:

    SELECT * FROM EVAuditView ORDER BY AuditDate DESC
    
  4. Press F5 to run the command.