In general, the contraction of the SQL database cannot be greatly reduced.DatabaseThe log size, which is mainly used to shrink the log size. This operation should be performed regularly to avoid excessive database logs.
1. Set database mode to simple mode: Open the SQL Enterprise Manager, in the root directory of the console, choose Microsoft SQL Server> SQL Server group> double-click to open your Server> double-click to open the database directory> select your database name (for exampleForumDatabase Forum) --> then right-click and choose Properties --> Select Options --> select "simple" in the fault recovery mode, and then save it as OK
2. Right-click the current database to view the shrinking database in all tasks. Generally, the default settings in the database do not need to be adjusted. Click OK directly.
3. After the database is shrunk, we recommend that you set your database attributes to the standard mode. The operation is the same as the first one, because logs are often an important basis for database recovery in case of exceptions.
Original address: http://www.phpchina.com /? 13542/action_viewspace_itemid_2928.html