posted on December 31, 2011 08:05
PROCEDURE: This article tells you how to shrink a DotNetNuke database’s log file via Microsoft’s SQL Server Management Studio.
1) Log into your Management Studio.
2) Right click on the database
3) Select “Properties”
4) Click on “Options”
5) Change the recovery model to “Simple”
6) Click “OK”
7) Right click on the database
8) Select “Tasks” then “Shrink” and finally “Database”
9) Click “OK”
10) Right click on the database
11) Select “Properties”
12) Click on “Options”
13) Change the recovery model to “Full”
14) You can now restart your website.