10 SQL Statements and Extensions for the Salesforce Driver : Checkpoint

Checkpoint
The Checkpoint statement ensures that all database changes in memory are committed to disk. Executing the Checkpoint statement closes the database files, rewrites the script file, deletes the log file, and reopens the database.
Grammar
CHECKPOINT [DEFRAG]
If DEFRAG is specified, this statement evaluates abandoned space in the database data (.data) file and shrinks the data file to its minimum size.