DotNetShoutout - Stories tagged with Logs
2
Shouts

Hypnotized Developer: Shrinking SharePoint Log Files

posted by http://avikercode.blogspot.com/http://avikercode.blogspot.com/ 962 days, 14 hours, 44 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 (more)
category: Data | clicked: 0 | comment | | source: avikercode.blogspot.com
tags: WSS 3.0, Sharepoint, Logs, MOSS 2007
6
Shouts

ULS Viewer - SharePoint Log Viewer - A nice SharePoint Tool

published 1063 days, 23 hours, 13 minutes ago posted by PraveenPraveen 1065 days, 22 hours, 39 minutes ago
Sunday, June 27, 2010 11:50:38 AM GMT Friday, June 25, 2010 12:25:03 PM GMT
In SharePoint, I know the big pain in development is if we get any exceptions or errors in the code we have implemented, then go back to log files and scroll or search to the exception or error details and try to solve it. The notepad file size could be in MB's. It's difficult to maintain and see what was caused the problem very easily. Most of times it frustrates to search and find the corresponding problem as notepad is very slow i... (more)
category: Architecture | clicked: 0 | comment | | source: praveenbattula.blogspot.com
tags: ULS Viewer, Sharepoint, Logs