Statistics timing If you are using statistics timing, RUNTIMESTATISTICS provides information about how long each stage of the statement took. Statistics timinguse of

An SQL statement has two basic stages within : compilation and execution.

Compilation is the work done while the statement is prepared. Compilation is composed of the following stages: parsing, binding, optimization, and code generation.

Execution is the actual evaluation of the statement.