VacuumDatabase

Reclaims unused database space left when records are deleted, reducing the size of the database file.

When a large amount of data is deleted from the database file it leaves behind empty space, or "free" database pages. Running VacuumDatabase to rebuild the database reclaims this space. The size of the database file is reduced by the amount of space reclaimed.

Syntax

public static void VacuumDatabase()

Parameters

Returns

None.

Examples