Stored Procedures Event Category
The Stored Procedures event category contains general stored procedure events.
| Topic | Description |
|---|---|
|
Indicates that a remote procedure call (RPC) has been completed. | |
|
Traces the output parameter values of remote procedure calls after execution. | |
|
Indicates that a remote procedure call is starting. | |
|
Indicates that the stored procedure is in the cache. | |
|
Indicates that the stored procedure has been brought into the cache. | |
|
Indicates that the stored procedure was not found in the cache. | |
|
Indicates that the stored procedure has been removed from the cache. | |
|
Indicates that execution of the stored procedure has completed. | |
|
Indicates that the stored procedure has been recompiled. | |
|
Indicates that execution of the stored procedure is starting. | |
|
Indicates that a Transact-SQL statement within a stored procedure has completed. | |
|
Indicates that a Transact-SQL statement within a stored procedure has started. |
Other Resources
Monitoring Eventssp_trace_setevent (Transact-SQL)