Skip to content

Parse SQL Server Trace Files and Build Simple Alert System for Audit

License

Notifications You must be signed in to change notification settings

sujunmin/SQLServerTraceFileParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLServerTraceFileParser

Parse SQL Server Trace Files and Build Simple Alert System for Audit

Prerequisite

  • SQL Server 2008 R2 or SQL Server 2012
  • Powershell
  • Permissions

How to use

  1. Build Database $AuditDB.
  2. Build Table $TraceFileData in $AuditDB by using TraceFileData.sql.
  3. Set up arguments in TraceFileParser.ps1.
  4. Run and Test.
  5. Use SaveTraceFile.ps1 to save data into files.
  6. This version will save data into database which is specified, and this is different from v1.

To-Do

  1. Alert mail content need to be html for clearifing output. Use this for HTML Output, Please read the manual from the link.

About

Parse SQL Server Trace Files and Build Simple Alert System for Audit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published