<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: SharePoint Config database Log file too big &#8211; reduce it!</title>
	<atom:link href="http://www.sharepointboris.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharepointboris.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/</link>
	<description>and Boris Gomiunik</description>
	<lastBuildDate>Mon, 14 Nov 2011 21:38:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.sharepointboris.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/#comment-972</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 17 Jul 2011 07:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://boris.gomiunik.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/#comment-972</guid>
		<description>Perhaps you can check SQL permissions on the SharePoint_Config_a621cd13-15e7-4c4f-8f8a-fd1fadc25c26 database.</description>
		<content:encoded><![CDATA[<p>Perhaps you can check SQL permissions on the SharePoint_Config_a621cd13-15e7-4c4f-8f8a-fd1fadc25c26 database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SharePoint 2010 Database &#171; All About SharePoint</title>
		<link>http://www.sharepointboris.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/#comment-952</link>
		<dc:creator>SharePoint 2010 Database &#171; All About SharePoint</dc:creator>
		<pubDate>Thu, 14 Jul 2011 00:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://boris.gomiunik.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/#comment-952</guid>
		<description>[...] Here is a good blog http://blog.hompus.nl/2010/06/22/keeping-your-sharepoint-2010-development-databases-small/ and http://www.sharepointboris.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Here is a good blog <a href="http://blog.hompus.nl/2010/06/22/keeping-your-sharepoint-2010-development-databases-small/" rel="nofollow">http://blog.hompus.nl/2010/06/22/keeping-your-sharepoint-2010-development-databases-small/</a> and <a href="http://www.sharepointboris.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/" rel="nofollow">http://www.sharepointboris.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JoeF</title>
		<link>http://www.sharepointboris.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/#comment-946</link>
		<dc:creator>JoeF</dc:creator>
		<pubDate>Tue, 12 Jul 2011 01:52:34 +0000</pubDate>
		<guid isPermaLink="false">http://boris.gomiunik.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/#comment-946</guid>
		<description>Thanks...that&#039;s what I needed on my SBS 2003 box.

\\.\pipe\MSSQL$MICROSOFT##SSEE\sql\query</description>
		<content:encoded><![CDATA[<p>Thanks&#8230;that&#8217;s what I needed on my SBS 2003 box.</p>
<p>\\.\pipe\MSSQL$MICROSOFT##SSEE\sql\query</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://www.sharepointboris.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/#comment-853</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Fri, 01 Jul 2011 11:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://boris.gomiunik.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/#comment-853</guid>
		<description>I get the following message, when I try to backup the database;

Msg 262, Level 14, State 1, Line 1
BACKUP LOG permission denied in database &#039;SharePoint_Config_a621cd13-15e7-4c4f-8f8a-fd1fadc25c26&#039;.
Msg 3013, Level 16, State 1, Line 1
BACKUP LOG is terminating abnormally.</description>
		<content:encoded><![CDATA[<p>I get the following message, when I try to backup the database;</p>
<p>Msg 262, Level 14, State 1, Line 1<br />
BACKUP LOG permission denied in database &#8216;SharePoint_Config_a621cd13-15e7-4c4f-8f8a-fd1fadc25c26&#8242;.<br />
Msg 3013, Level 16, State 1, Line 1<br />
BACKUP LOG is terminating abnormally.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jérôme DUMET</title>
		<link>http://www.sharepointboris.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/#comment-641</link>
		<dc:creator>Jérôme DUMET</dc:creator>
		<pubDate>Thu, 26 May 2011 04:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://boris.gomiunik.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/#comment-641</guid>
		<description>Thank you very much for this article !

I was experiencing log size problems with Sharepoint Services 3.0 SP2 and integrated SQL instance.

NB : Here is the name of the instance to use with SQL Management Studio Express

\\.\pipe\MSSQL$MICROSOFT##SSEE\sql\query</description>
		<content:encoded><![CDATA[<p>Thank you very much for this article !</p>
<p>I was experiencing log size problems with Sharepoint Services 3.0 SP2 and integrated SQL instance.</p>
<p>NB : Here is the name of the instance to use with SQL Management Studio Express</p>
<p>\\.\pipe\MSSQL$MICROSOFT##SSEE\sql\query</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.sharepointboris.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/#comment-401</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 11 May 2011 13:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://boris.gomiunik.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/#comment-401</guid>
		<description>2 years and 7 months later and this post is still giving back.
thanks
worked perfectly.</description>
		<content:encoded><![CDATA[<p>2 years and 7 months later and this post is still giving back.<br />
thanks<br />
worked perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chasmine</title>
		<link>http://www.sharepointboris.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/#comment-400</link>
		<dc:creator>Chasmine</dc:creator>
		<pubDate>Sat, 30 Apr 2011 21:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://boris.gomiunik.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/#comment-400</guid>
		<description>I&#039;m not easily impressed. . . but that&#039;s impsrsenig me! :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m not easily impressed. . . but that&#8217;s impsrsenig me! <img src='http://www.sharepointboris.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srdjan</title>
		<link>http://www.sharepointboris.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/#comment-399</link>
		<dc:creator>Srdjan</dc:creator>
		<pubDate>Wed, 26 Jan 2011 15:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://boris.gomiunik.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/#comment-399</guid>
		<description>THANK YOU, THANK YOU, THANK YOU!!!! Just what I needed!

It worked like a charm!

One question: do we need the log backup for anything or can that thing be deleted? I do run the stsadm -o backup -directory C:SPbackup -backupmethod full command daily to back my SP site. Should that be enough to restore the SP server or do I need the log as well?</description>
		<content:encoded><![CDATA[<p>THANK YOU, THANK YOU, THANK YOU!!!! Just what I needed!</p>
<p>It worked like a charm!</p>
<p>One question: do we need the log backup for anything or can that thing be deleted? I do run the stsadm -o backup -directory C:SPbackup -backupmethod full command daily to back my SP site. Should that be enough to restore the SP server or do I need the log as well?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angus Beath&#8217;s Blog &#187; Blog Archive &#187; Sharepoint eww</title>
		<link>http://www.sharepointboris.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/#comment-398</link>
		<dc:creator>Angus Beath&#8217;s Blog &#187; Blog Archive &#187; Sharepoint eww</dc:creator>
		<pubDate>Tue, 30 Nov 2010 00:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://boris.gomiunik.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/#comment-398</guid>
		<description>[...] So for one of my clients I manage a Sharepoint service. Recently their server ran out of disk space and it was primarily caused the by the config log of sharepoint exploding to 17GB (!). Additionally, the text log files associated with it were of a similar size. Absolute madness. The disk went from 40GB free to full in a 2 hours. No particular errors were associated with this, apparently its the magic of sharepoint. I found a rather useful blog here: http://www.sharepointboris.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/ [...] </description>
		<content:encoded><![CDATA[<p>[...] So for one of my clients I manage a Sharepoint service. Recently their server ran out of disk space and it was primarily caused the by the config log of sharepoint exploding to 17GB (!). Additionally, the text log files associated with it were of a similar size. Absolute madness. The disk went from 40GB free to full in a 2 hours. No particular errors were associated with this, apparently its the magic of sharepoint. I found a rather useful blog here: <a href="http://www.sharepointboris.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/" rel="nofollow">http://www.sharepointboris.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris Gomiunik</title>
		<link>http://www.sharepointboris.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/#comment-397</link>
		<dc:creator>Boris Gomiunik</dc:creator>
		<pubDate>Wed, 17 Nov 2010 20:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://boris.gomiunik.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/#comment-397</guid>
		<description>No, this does not affect the 12 hive. It affects the Content database logs.</description>
		<content:encoded><![CDATA[<p>No, this does not affect the 12 hive. It affects the Content database logs.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

