CHECKPOINT statement

Description

Checkpoints the database.

Syntax

CHECKPOINT

Usage

CHECKPOINT forces the database server to execute a checkpoint. Checkpoints are also performed automatically by the database server according to an internal algorithm. Applications do not normally need to issue CHECKPOINT. For a full description of checkpoints, see Chapter 14, “Data Backup, Recovery, and Archiving” in the Sybase IQ System Administration Guide.


Side effects

None.

Standards

Permissions

Must have DBA authority to checkpoint the network database server. No permissions are required to checkpoint the personal database server.