Posted inSQL Server
Investigating CHECKPOINT
Investigating CHECKPOINT (Transact-SQL) Writes all dirty pages for the current database to disk. Dirty pages are data pages that have been entered into the buffer cache and modified, but not…
Jon Gurgul with SQL Server...and occasionally something else.