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

SQL Anywhere 17 » SQL Anywhere Server - SQL Reference » SQL statements » Alphabetical list of SQL statements

CHECKPOINT statement

Checkpoints the database.

Syntax
CHECKPOINT
Remarks

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 to issue the CHECKPOINT statement.

Privileges

You must have the CHECKPOINT system privilege to perform a checkpoint on a database running on a network server (dbsrv).

No privileges are required to perform a checkpoint on a database running on a personal database server (dbeng17).

Side effects

None.

Standards
  • ANSI/ISO SQL Standard

    Not in the standard.

  • Transact-SQL

    The CHECKPOINT statement is supported by Adaptive Server Enterprise.