title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | helpviewer_keywords | monikerRange | |||
---|---|---|---|---|---|---|---|---|---|---|---|---|
TSQL Event Category |
TSQL Event Category |
WilliamDAssafMSFT |
wiassaf |
03/14/2017 |
sql |
supportability |
reference |
|
=azuresqldb-current||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current |
[!INCLUDE SQL Server Azure SQL Database Azure SQL Managed Instance] The TSQL event category contains general Transact-SQL events.
Topic | Description |
---|---|
Exec Prepared SQL Event Class | Indicates that the SqlClient, ODBC, OLE DB, or DB-Library has executed a prepared [!INCLUDEtsql] statement or statements. |
Prepare SQL Event Class | Indicates that SqlClient, ODBC, OLE DB, or DB-Library has prepared a [!INCLUDEtsql] statement or statements for use. |
SQL:BatchCompleted Event Class | Indicates that the [!INCLUDEtsql] batch has completed. |
SQL:BatchStarting Event Class | Indicates that the [!INCLUDEtsql] batch is starting. |
SQL:StmtCompleted Event Class | Indicates that a [!INCLUDEtsql] statement has completed. |
SQL:StmtRecompile Event Class | Indicates statement-level recompilations caused by all types of batches: stored procedures, triggers, ad hoc batches, and queries. |
SQL:StmtStarting Event Class | Indicates that a [!INCLUDEtsql] statement is starting. |
Unprepare SQL Event Class | Indicates that the SqlClient, ODBC, OLE DB, or DB-Library has deleted a prepared [!INCLUDEtsql] statement or statements. |
XQuery Static Type Event Class | Occurs when [!INCLUDEssNoVersion] executes an XQuery expression. |