Windows Sharepoint Services V3 - Log files

We can't work out why the log files are larger than the DB - And we are running out of space

14/02/2008 22:11 11,918,311,424 WSS_Content.mdf
10/02/2008 11:01 29,013,639,168 WSS_Content_log.LDF
 
stsadm is only of the only tools that does backup Windows Sharepoint services and this doesnt do it so thats why I'm looking for a fix.
 
Right sorted - Installed SQL Express management studio - Connected to the DB with the following "\\.\pipe\mssql$microsoft##ssee\sql\query"


Once in there you can either do a backup within the studio or using the "stsadm -o backup -url http://vrssvrapp02 -filename e:\splive.dat -overwrite"


Right click on WSS_Content and pick shrink. (Not sure if you have to put the DB into "Simple" mode before - I did and tried the SQL backup; that didn't work so did the shrink and that worked so not 100% you need it in simple mode.)
 
Back
Top Bottom