ASA SQL Reference
SQL Statements
Use this statement to checkpoint the database.
CHECKPOINT
The CHECKPOINT statement forces the database server to execute a checkpoint. Checkpoints are also performed automatically by the database server according to an internal algorithm. It is not normally required for applications issue the CHECKPOINT statement.
For a full description of checkpoints, see Backup and Data Recovery.
DBA authority is required to checkpoint the network database server.
No permissions are required to checkpoint the personal database server.
None.
CHECKPOINT_TIME option [database]
RECOVERY_TIME option [database]
SQL/92 Vendor extension.
SQL/99 Vendor extension.
Sybase Supported by Adaptive Server Enterprise.