Collection Contents Index -cs server option Next PDF

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

-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

Collection Contents Index -cs server option Next PDF