Database tools




Alfa provides the following tools to maintain the database:

- Repair (fixes corrupted or damaged database)
- Compact (makes your database file smaller by eliminating unused space)
- Shrink (recovers space by moving pages of data from the end of the file to unoccupied space closer to the front of the file)

Note that in order to perform these operations you need to create/open another database (not the database you want to maintain).

Attention! Create database backup before performing these operations