August 2010
Intermediate to advanced
526 pages
23h 39m
English
quick_check — Initiate a partial database file integrity verification
PRAGMA [database.]quick_check; PRAGMA [database.]quick_check(max_errors);
The quick_check pragma runs an abbreviated
integrity check on a database file. The quick_check pragma is identical to the integrity_check pragma, except
that it does not verify that the contents of each index is in
sync with its source-table data. By skipping this test, the time
required to do the integrity test is greatly reduced.
Read now
Unlock full access