Quantcast
Channel: SQL Server Database Engine forum
Viewing all articles
Browse latest Browse all 15930

In which system table is the actual audit file Name stored

$
0
0

During SQL Audit, Multiple Audit Files can be created if we define a limit on the size of the file.

These Files have a particular format which I can obtain from querying the table

SELECT * FROM sys.server_file_audits <o:p></o:p>

Is there any place in the database where the actual filename is stored. The actual filename is AuditName_GUID_0_UniqueNumberOrTimeStamp


 

 

 


Viewing all articles
Browse latest Browse all 15930

Trending Articles