Objects Data Columns

Administering SQL Server

Administering SQL Server

Objects Data Columns

The following table lists the data columns for each event class in the Objects event category.

Event class Data column Description
Auto Stats Event Class Type of event recorded = 58.
Object:Created Event Class Type of event recorded = 46.
  Object Type Type of object created.
  Object Name Name of the object that was created.
  Object ID ID of the object that was created.
  Index ID Index ID, if an index was created.
Object:Deleted Event Class Type of event recorded = 47.
  Object Type Type of the object that was deleted.
  Object Name Name of the object that was deleted.
  Object ID ID of the object that was deleted.
  Index ID Index ID, if an index was deleted.

See Also

Creating and Maintaining Databases Overview

Objects Event Category

Objects Event Classes