Name | Description | |
---|---|---|
ElapsedTime | The elapsed time, in seconds, used to execute this statement in the server. | |
ExecuteCount | Number of times the statement has been executed/opened. | |
PrepareCount | The number of times an application has passed this statement to the server to compile it. | |
ServerRequests | Number of times an application has communicated with the server for this SQL statement. | |
Sql | SQL statement string or empty string. | |
SqlId | Unique SQL identifier identifying this particular compilation of an SQL statement. | |
TableOps | Number of table operations used by the current SQL statement. | |
TransactionRecordCount | Number of transaction oriented records written. |