Manually requesting a checkpoint

Database Owners can issue the checkpoint command to force all modified pages in memory to be written to disk. Manual checkpoints do not truncate the log, even if the trunc log on chkpt option of sp_dboption is turned on.

Use the checkpoint command:

You can use the checkpoint to identify the one or more databasess or use an all clause.

checkpoint [all | [dbname[, dbname[, dbname.....]]]