ServerClientSessionCompact Method |
Name | Description | |
---|---|---|
Compact |
Reduce size of databases, if possible, by first attempting to relocate pages to free areas towards the beginning of each Database file and then by truncating files where unused space begins.
Run Compact() outside the scope of any transaction.
(Overrides SessionBaseCompact.) | |
Compact(Database) |
Reduce size of database, if possible, by truncating file where unused space begins
(Overrides SessionBaseCompact(Database).) |