<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Recovery Models and Selection</title>
	<atom:link href="http://blog.sqlauthority.com/2007/06/13/sql-server-recovery-models-and-selection/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/06/13/sql-server-recovery-models-and-selection/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 09 Feb 2012 10:31:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Hemant</title>
		<link>http://blog.sqlauthority.com/2007/06/13/sql-server-recovery-models-and-selection/#comment-109926</link>
		<dc:creator><![CDATA[Hemant]]></dc:creator>
		<pubDate>Fri, 07 Jan 2011 21:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/13/sql-server-recovery-models-and-selection/#comment-109926</guid>
		<description><![CDATA[hi..
correction  in full recovery Model.
it should be full recovery in stand of bulk logged 

* full recovery activities are intermixed with normal transaction processing.]]></description>
		<content:encoded><![CDATA[<p>hi..<br />
correction  in full recovery Model.<br />
it should be full recovery in stand of bulk logged </p>
<p>* full recovery activities are intermixed with normal transaction processing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vixen</title>
		<link>http://blog.sqlauthority.com/2007/06/13/sql-server-recovery-models-and-selection/#comment-44134</link>
		<dc:creator><![CDATA[Vixen]]></dc:creator>
		<pubDate>Mon, 10 Nov 2008 07:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/13/sql-server-recovery-models-and-selection/#comment-44134</guid>
		<description><![CDATA[Hi Sri Sunkara,

how do you revert the BACKUP LOG WITH TRUNCATE_ONLY in SQL Server 2005?

thanks]]></description>
		<content:encoded><![CDATA[<p>Hi Sri Sunkara,</p>
<p>how do you revert the BACKUP LOG WITH TRUNCATE_ONLY in SQL Server 2005?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sri Sunkara</title>
		<link>http://blog.sqlauthority.com/2007/06/13/sql-server-recovery-models-and-selection/#comment-41918</link>
		<dc:creator><![CDATA[Sri Sunkara]]></dc:creator>
		<pubDate>Fri, 22 Aug 2008 14:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/13/sql-server-recovery-models-and-selection/#comment-41918</guid>
		<description><![CDATA[select [name], recovery_model_desc
from master.sys.databases 


use 
go

BACKUP LOG  WITH TRUNCATE_ONLY

DBCC SHRINKFILE(&#039;databasename log file&#039;,5)

Good Luck!
Sri]]></description>
		<content:encoded><![CDATA[<p>select [name], recovery_model_desc<br />
from master.sys.databases </p>
<p>use<br />
go</p>
<p>BACKUP LOG  WITH TRUNCATE_ONLY</p>
<p>DBCC SHRINKFILE(&#8216;databasename log file&#8217;,5)</p>
<p>Good Luck!<br />
Sri</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred Karmally</title>
		<link>http://blog.sqlauthority.com/2007/06/13/sql-server-recovery-models-and-selection/#comment-34201</link>
		<dc:creator><![CDATA[Fred Karmally]]></dc:creator>
		<pubDate>Sun, 09 Mar 2008 17:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/13/sql-server-recovery-models-and-selection/#comment-34201</guid>
		<description><![CDATA[I have a 65 GB database which gets updated by additional, new information everyday through a bcp command (takes 15 minutes, data udpated from external .txt file). Users access the database for queries only. I really don&#039;t need any recovery since if the bulk insert fails one day, I can redo it in 15 minutes.

How do I see what my recovery model is, switch it to Simple (because my LDF log file is 21 GB and growing and I have only 20 GB left on my server).  At this rate I might run out of disk space in 6 months or less. Then I need to truncate this huge file and get the space.

Many thanks]]></description>
		<content:encoded><![CDATA[<p>I have a 65 GB database which gets updated by additional, new information everyday through a bcp command (takes 15 minutes, data udpated from external .txt file). Users access the database for queries only. I really don&#8217;t need any recovery since if the bulk insert fails one day, I can redo it in 15 minutes.</p>
<p>How do I see what my recovery model is, switch it to Simple (because my LDF log file is 21 GB and growing and I have only 20 GB left on my server).  At this rate I might run out of disk space in 6 months or less. Then I need to truncate this huge file and get the space.</p>
<p>Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karpakavalli</title>
		<link>http://blog.sqlauthority.com/2007/06/13/sql-server-recovery-models-and-selection/#comment-31929</link>
		<dc:creator><![CDATA[karpakavalli]]></dc:creator>
		<pubDate>Wed, 09 Jan 2008 13:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/13/sql-server-recovery-models-and-selection/#comment-31929</guid>
		<description><![CDATA[Your suggestions are good enough.]]></description>
		<content:encoded><![CDATA[<p>Your suggestions are good enough.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

