Click or drag to resize

ServerClientSessionShared.Compact Method

Overload List
  NameDescription
Public methodCompact()
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 ServerClientSession.Compact().)
Public methodCompact(Database)
Reduce size of database, if possible, by truncating file where unused space begins
(Overrides ServerClientSession.Compact(Database).)
Top
See Also