About 174,000 results
Open links in new tab
  1. Cannot start SQL Server Audit on file

    04/13/2025 23:12:57,spid61,Unknown,SQL Server Audit failed to create an audit file related to the audit 'Omega_CA_Srv_Aud' in the directory 'C:\MS_Sql_Server_Audit'. Make sure that the disk is not full …

  2. SQL Server Audit Specification - filter DML by all but one user

    6 You can't do this at the audit specification level, but you can do it at the server audit level. So, if this audit does other things too, and you don't want to filter out those events by login, you will need to …

  3. How to send alert on SQL Shutdown due to Audit Failure

    Jun 17, 2021 · What method should I use to monitor SQL Server, when it is shutdown due to "Shutdown on Audit Failure"? SQL Server must provide an immediate real-time alert to appropriate support staff …

  4. Multiple Filters for Databases on SQL Server Server Level Audit

    May 27, 2016 · I am attempting to create a Server Level Audit to track Database Level events in SQL Server 2014. I know I can create them at the database level but I want the audits all databases at the …

  5. sql server - How to grant permission to view database audit logs to …

    Mar 6, 2018 · 1 Reference: sys.fn_get_audit_file (Transact-SQL) View a SQL Server Audit Log Microsoft recommends viewing the audit log by using the Log File Viewer. However, if you are creating an …

  6. SQL Server Audit log format changed in 2022?

    Aug 18, 2023 · I have an audit setup on various versions of SQL Server to dump their log files to a network share. The server that reads the files (using sys.fn_get_audit_file) to gather the data from …

  7. SQL Server Audit Changes in user permission

    May 19, 2020 · That is exactly what SQL Auditing is for :-) Now you can finally know WHO did what with a user's access and many more objects in the server or at the database level. However, Auditing …

  8. Reading SQL Server .sqlaudit Files Stored in S3

    I set up an audit in SQL Server that saves audit logs (.sqlaudit files) to RDS, which we then copy over to S3 using a standard process. All of the documentation I can find on reading these audit fi...

  9. SQL SERVER auditing SELECT of a single column

    Jun 8, 2020 · Start asking to get answers sql-server sql-server-2012 audit See similar questions with these tags.

  10. What is an audit table? - Database Administrators Stack Exchange

    If you consider the dictionary meaning of audit you'll probably come to the conclusion that "audit table" is a misnomer. An audit should be external to the database: if it is coded by the application business …