Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.73 KB

objects-event-category.md

File metadata and controls

32 lines (27 loc) · 1.73 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords monikerRange
Objects Event Category
Objects Event Category
WilliamDAssafMSFT
wiassaf
03/01/2017
sql
supportability
reference
SQL Server event classes, Objects event category
Objects event category [SQL Server]
event classes [SQL Server], Objects event category
=azuresqldb-current||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current

Objects Event Category

[!INCLUDE SQL Server Azure SQL Database Azure SQL Managed Instance] The Objects event category contains general objects events.

In This Section

Topic Description
Auto Stats Event Class Indicates that an automatic updating of index and column statistics has occurred.
Object:Altered Event Class Indicates that an object has been altered; for example, by the ALTER DATABASE statement or the ALTER TABLE statement.
Object:Created Event Class Indicates that an object has been created; for example, by the CREATE INDEX statement, the CREATE TABLE statement, or the CREATE DATABASE statement.
Object:Deleted Event Class Indicates that an object has been deleted; for example, by the DROP INDEX statement or the DROP TABLE statement.

See Also

Extended Events