Collection Contents Index -zs server option Next PDF

SQL Anywhere® Server - Database Administration  > The Database Server  > The SQL Anywhere database server  > Database server options

-zt server option


Turns on logging of request timing information.

Syntax

{ dbsrv10 | dbeng10 } -zt ...

Applies to

All operating systems and 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

Collection Contents Index -zs server option Next PDF