Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.81 KB

File metadata and controls

34 lines (29 loc) · 1.81 KB
title Objects Event Category | Microsoft Docs
ms.custom
ms.date 03/01/2017
ms.prod sql
ms.reviewer
ms.technology supportability
ms.topic conceptual
helpviewer_keywords
SQL Server event classes, Objects event category
Objects event category [SQL Server]
event classes [SQL Server], Objects event category
ms.assetid acc1c7b0-4abf-42f8-b9a9-c383b715a735
author stevestein
ms.author sstein
monikerRange =azuresqldb-current||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current

Objects Event Category

[!INCLUDEappliesto-ss-asdb-xxxx-xxx-md] 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