Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.8 KB

File metadata and controls

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

Objects Event Category

[!INCLUDE SQL Server Azure SQL Database Azure SQL Managed Instance FabricSQLDB] 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