TSQL Event Category
The TSQL event category contains general TSQL events.
Topic | Description |
|---|---|
Indicates that the SqlClient, ODBC, OLE DB, or DB-Library has executed a prepared Transact-SQL statement or statements. | |
Indicates that SqlClient, ODBC, OLE DB, or DB-Library has prepared a Transact-SQL statement or statements for use. | |
Indicates that the Transact-SQL batch has completed. | |
Indicates that the Transact-SQL batch is starting. | |
Indicates that a Transact-SQL statement has completed. | |
Indicates statement-level recompilations caused by all types of batches: stored procedures, triggers, ad hoc batches, and queries. | |
Indicates that a Transact-SQL statement is starting. | |
Indicates that the SqlClient, ODBC, OLE DB, or DB-Library has deleted a prepared Transact-SQL statement or statements. | |
Occurs when SQL Server executes an XQuery expression. |
