SQL Server Audit Action Group: DATABASE_CHANGE_GROUP

Available in New to:
Database
Audit
Specification
Server
Audit
Specification
2012 2016
  *

This action group tracks the creation, modification, and deletion of databases themselves. (This applies to the modification of attributes on the database itself, not objects within the database such as tables.) If you enable this group in a server audit specification, that will track the creation deletion or modification of attributes on all databases in the instance. If you enable this group in one database, you'll only be able to track the modification and deletion of that database itself.

LOGbinder for SQL Server events generated under this Audit Action Group:

Event ID Description
24085 Issued a create database command
24086 Issued a change database command
24087 Issued a delete database command
24337 Global transaction login *

 

Additional Resources