-zt server option

Turns on logging of request timing information.

Syntax
{ dbsrv11 | dbeng11 } -zt ...
Applies to

All operating systems and database servers.

Remarks

Once the database server is started, you can change the status for logging of request timing information using the sa_server_option system procedure. See sa_server_option system procedure.

You can find the current value of the RequestTiming setting using the following query:

SELECT PROPERTY( 'RequestTiming' );
See also