Database Event Classes

Administering SQL Server

Administering SQL Server

Database Event Classes

The following table describes the Database event classes in the Database event category.

Event class Description
DataFileAutoGrow Indicates that the data file grew automatically. This event is not triggered if the data file is grown explicitly through ALTER DATABASE.
DataFileAutoShrink Indicates that the data file has been shrunk.
LogFileAutoGrow Indicates that the log file grew automatically. This event is not triggered if the log file is grown explicitly through ALTER DATABASE.
LogFileAutoShrink Indicates that the log file has been shrunk.

See Also

Database Event Category

Database Data Columns