2
Shouts

Hypnotized Developer: Shrinking SharePoint Log Files

posted by http://avikercode.blogspot.com/http://avikercode.blogspot.com/ 959 days, 8 hours, 38 minutes ago
Wednesday, October 06, 2010 8:20:05 PM GMT

Many times the log files generated in an application takes considerable amount of disk space. To recover some storage area you need to run the following script inside concerned database's editor:

BACKUP LOG [MOSSContent11000DE-DEV-MOSS] WITH TRUNCATEONLY GO DBCC SHRINKFILE (2,1, TRUNCATEONLY)GO

category: Data | clicked: 0 | | source: avikercode.blogspot.com | show counter code
tags: WSS 3.0, Sharepoint, Logs, MOSS 2007

No comments yet, be the first one to post comment.

To post your comment please login or signup