 




<?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: Database maintenance task (full back up) fails on SQL Server</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/database-maintenance-task-full-back-up-fails-on-sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/database-maintenance-task-full-back-up-fails-on-sql-server/</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 04:11:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: proud2bbrown</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/database-maintenance-task-full-back-up-fails-on-sql-server/#comment-65342</link>
		<dc:creator>proud2bbrown</dc:creator>
		<pubDate>Fri, 10 Jul 2009 02:55:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-65342</guid>
		<description><![CDATA[Hi Mrdenny, I have the same problem as GIG&#039;s.  I have a database full backup maintenance plan that fails and shos the same error as GIG&#039;s.  I checked disk space and I have 471GB available.  My database is just about 18GB in size.  What could be causing the maintenance plan to fail?

Please help.  Thanks in advance.]]></description>
		<content:encoded><![CDATA[<p>Hi Mrdenny, I have the same problem as GIG&#8217;s.  I have a database full backup maintenance plan that fails and shos the same error as GIG&#8217;s.  I checked disk space and I have 471GB available.  My database is just about 18GB in size.  What could be causing the maintenance plan to fail?</p>
<p>Please help.  Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gig</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/database-maintenance-task-full-back-up-fails-on-sql-server/#comment-58355</link>
		<dc:creator>gig</dc:creator>
		<pubDate>Fri, 05 Dec 2008 11:47:20 +0000</pubDate>
		<guid isPermaLink="false">#comment-58355</guid>
		<description><![CDATA[Thanks for your inputs..MrDenny.]]></description>
		<content:encoded><![CDATA[<p>Thanks for your inputs..MrDenny.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrdenny</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/database-maintenance-task-full-back-up-fails-on-sql-server/#comment-58317</link>
		<dc:creator>mrdenny</dc:creator>
		<pubDate>Thu, 04 Dec 2008 10:14:20 +0000</pubDate>
		<guid isPermaLink="false">#comment-58317</guid>
		<description><![CDATA[If you don&#039;t need to keep the transaction log the change the log to simple recovery.

If you do need the log, backup the transaction log on a regular basis (every 15-30 minutes is normal) and the log will stay empty.  After the first log backup you can then shrink the file smaller.

If you keep the database in full recovery and don&#039;t backup the log then there is no point in keeping the database in full recovery mode as you can&#039;t do a point in time restore without log backups.]]></description>
		<content:encoded><![CDATA[<p>If you don&#8217;t need to keep the transaction log the change the log to simple recovery.</p>
<p>If you do need the log, backup the transaction log on a regular basis (every 15-30 minutes is normal) and the log will stay empty.  After the first log backup you can then shrink the file smaller.</p>
<p>If you keep the database in full recovery and don&#8217;t backup the log then there is no point in keeping the database in full recovery mode as you can&#8217;t do a point in time restore without log backups.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gig</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/database-maintenance-task-full-back-up-fails-on-sql-server/#comment-58293</link>
		<dc:creator>gig</dc:creator>
		<pubDate>Wed, 03 Dec 2008 11:05:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-58293</guid>
		<description><![CDATA[Thanks for your replu MRdenny.

So can you suggest me a solution as my log file are contantly increasing and occupying a lot of disk space. so i have started truncating the log file. The whole size of the db is now 380 GB.
The file growth is 100 MB. Full backup taken every day.

On the database properties, i could see availiable space is 90 GB.
Is there a possible way to reduce this space.

I used shrinking, but did not help me.
can you  please let me know how to manage all this stuff.
sql 2005 sp2.]]></description>
		<content:encoded><![CDATA[<p>Thanks for your replu MRdenny.</p>
<p>So can you suggest me a solution as my log file are contantly increasing and occupying a lot of disk space. so i have started truncating the log file. The whole size of the db is now 380 GB.<br />
The file growth is 100 MB. Full backup taken every day.</p>
<p>On the database properties, i could see availiable space is 90 GB.<br />
Is there a possible way to reduce this space.</p>
<p>I used shrinking, but did not help me.<br />
can you  please let me know how to manage all this stuff.<br />
sql 2005 sp2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrdenny</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/database-maintenance-task-full-back-up-fails-on-sql-server/#comment-58277</link>
		<dc:creator>mrdenny</dc:creator>
		<pubDate>Tue, 02 Dec 2008 20:00:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-58277</guid>
		<description><![CDATA[If you do the full backup after you switch the database back to full recovery then you will be able to restore the database and roll any future log backups to it.  You will not be able to restore from the log backups before this operation through to the log backups taken after this operation as the log chain will have been broken.

If you need to clear the transaction log simply to a 
&lt;pre&gt;BACKUP LOG YourDatabase WITH TRUNCATE_ONLY&lt;/pre&gt;.  
This will clear the log of all it&#039;s entries.  As soon as you run this command you will need to perform a full backup, and just like changing the recovery mode you will not be able to restore from the logs before this statement is run to the logs after this statement is run because the log chain will still be broken.]]></description>
		<content:encoded><![CDATA[<p>If you do the full backup after you switch the database back to full recovery then you will be able to restore the database and roll any future log backups to it.  You will not be able to restore from the log backups before this operation through to the log backups taken after this operation as the log chain will have been broken.</p>
<p>If you need to clear the transaction log simply to a </p>
<pre>BACKUP LOG YourDatabase WITH TRUNCATE_ONLY</pre>
<p>.<br />
This will clear the log of all it&#8217;s entries.  As soon as you run this command you will need to perform a full backup, and just like changing the recovery mode you will not be able to restore from the logs before this statement is run to the logs after this statement is run because the log chain will still be broken.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gig</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/database-maintenance-task-full-back-up-fails-on-sql-server/#comment-58243</link>
		<dc:creator>gig</dc:creator>
		<pubDate>Tue, 02 Dec 2008 09:17:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-58243</guid>
		<description><![CDATA[Thanks for your reply, i checked the error logs. there is no enough space on the drive, i have created the space and the backup is sucessful.
I just want to know if the database is affected if we change the recovery from full to simple and then back to full, truncating the log file.

does the backup created can be restored sucessfully if we do this changes on the recovery.?

thanks..]]></description>
		<content:encoded><![CDATA[<p>Thanks for your reply, i checked the error logs. there is no enough space on the drive, i have created the space and the backup is sucessful.<br />
I just want to know if the database is affected if we change the recovery from full to simple and then back to full, truncating the log file.</p>
<p>does the backup created can be restored sucessfully if we do this changes on the recovery.?</p>
<p>thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrdenny</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/database-maintenance-task-full-back-up-fails-on-sql-server/#comment-58200</link>
		<dc:creator>mrdenny</dc:creator>
		<pubDate>Sat, 29 Nov 2008 23:19:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-58200</guid>
		<description><![CDATA[Check your ERRORLOG file.  It will provide more information about why the backups are failing in there.  Can you post all the data from the ERRORLOG related to the backup failure?  If needed just zip up the file and upload it somewhere and post a link to the file, and I&#039;ll find the correct lines in it.]]></description>
		<content:encoded><![CDATA[<p>Check your ERRORLOG file.  It will provide more information about why the backups are failing in there.  Can you post all the data from the ERRORLOG related to the backup failure?  If needed just zip up the file and upload it somewhere and post a link to the file, and I&#8217;ll find the correct lines in it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/8 queries in 0.012 seconds using memcached
Object Caching 353/354 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 05:02:06 -->