Quantcast
Channel: Active questions tagged audit - Database Administrators Stack Exchange
Viewing all articles
Browse latest Browse all 147

Getting database-level audit logs without database audit specification

$
0
0

I have server level auditing on SQL Server 2014.Why am I receiving database-level audit events (such as SELECT, INSERT, UPDATE, DELETE, etc.), even though there are no database audit specifications?

I see these, for example running the following command:

SELECT *FROM fn_get_audit_file('\Audit\*', DEFAULT, DEFAULT)WHERE [action_id] = 'SL'

But I have not specified database auditing. The following commands come back with no results:

SELECT * FROM sys.database_audit_specificationsSELECT * FROM sys.database_audit_specification_details

It's on Microsoft SQL Server 2014 Standard (SP1-GDR) - 12.0.4237.0


Viewing all articles
Browse latest Browse all 147

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>