Are there different options for SQL Server auditing like writing to database, OS file, system log, etc. and if so what do we recommend?
There are several levels of auditing for SQL Server, depending on government or standards requirements for your installation. You can record server audit action group’s per-instance, and either database audit action groups or database audit actions per database. The audit event will occur every time that the auditable action is encountered. Audit Vault supports SQL Server 2003, 2005, and 2008 C2 auditing, server side trace files, and windows event viewer. For specific information on SQL Server auditing, please check with SQL Server documentation and support.
Related Questions
- Are there different options for SQL Server auditing like writing to database, OS file, system log, etc. and if so what do we recommend?
- Are there different options for Sybase ASE auditing like writing to database, OS file, system log, etc. and if so what do we recommend?
- Are there different options for IBM DB2 auditing like writing to database, OS file, system log, etc. and if so what do we recommend?