If you are using SQL databases, there is a function called "Shrink" that the SQL Administrator uses to reduce the size of a
database, as needed. Running the Compact and Repair routine on SQL databases is still required as this reorganizes the
database and keeps the
database running efficiently. Compacting and Repairing an SQL
database should only be performed by the SQL admin. Compact and Repair clears the
database's log file (LDF file) - this reduces the overall size of the
database file set but does not free-up unused space within the
database itself.Although there are no hard and fast rules about how often to Compact and Repair a
database, every week is a good place to start. If you do a lot of copying and pasting between bids/databases, or a lot of importing/exporting of Bid packages/change files, more frequent maintenance is required.