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

SQL Anywhere 10.0.1 » SQL Anywhere Server - Database Administration » The Database Server » The SQL Anywhere database server » Database server options

-cs server option Next Page

-cv server option


Controls the appearance of messages about cache warming in the Server Messages window.

Syntax

{ dbsrv10 | dbeng10 } -cv { + | - } ...

Applies to

All operating systems and servers.

Remarks

When -cv+ is specified, a message appears in the Server Messages window when any of the following cache warming activities occur:

By default, this option is turned off.

See also
Example

The following command starts the database mydatabase.db with database page collection and page loading turned on, and logs messages about these activities to the Server Messages window:

dbsrv10 -cc+ -cr+ -cv+ mydatabase.db