Troubleshooter: Using Eseutil Switches to Verify Database Integrity

Paul helps a reader distinguish among Eseutil switches.

Paul Robichaux

August 29, 2004

1 Min Read
ITPro Today logo in a gray background | ITPro Today

What Eseutil switch should I use to verify the integrity of a database?

That depends on exactly what you want to verify. The /g switch (which the Eseutil documentation refers to as integrity check mode) scans the database header for consistency and performs some other basic checks. The /k switch (which the Eseutil documentation calls checksum mode) walks the database and computes the checksum for each page, comparing that checksum with the stored value. The latter check occurs automatically during an online backup but doesn't happen during a Microsoft Volume Shadow Copy Service (VSS) backup. To verify the quality of a VSS snapshot, use Eseutil's /k switch.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like