Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » SQL Anywhere Server - Database Administration » Starting and Connecting to Your Database » The database server » Database server options

 

-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