<?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: How to dump transaction log in MSSQL 2008</title>
	<atom:link href="http://www.mikesaysmeh.com/how-to-dump-transaction-log-in-mssql-2008/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mikesaysmeh.com/how-to-dump-transaction-log-in-mssql-2008/</link>
	<description>The blog of Mike Kauspedas &#124; Hosting by www.gearhost.com</description>
	<lastBuildDate>Sat, 21 Jan 2012 16:35:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Mike Kauspedas</title>
		<link>http://www.mikesaysmeh.com/how-to-dump-transaction-log-in-mssql-2008/comment-page-1/#comment-5674</link>
		<dc:creator>Mike Kauspedas</dc:creator>
		<pubDate>Wed, 20 Apr 2011 18:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikesaysmeh.com/?p=324#comment-5674</guid>
		<description>Thanks, that script should come in handy. I&#039;ll add that to my notes.  I&#039;ve been using this:

Use DBNAME
GO
 
Alter Database DBNAME Set Recovery Simple
GO
 
Alter Database DBNAME Set Recovery Full
GO
 
DBCC SHRINKFILE (&#039;DBNAME_log&#039;, 1)
GO</description>
		<content:encoded><![CDATA[<p>Thanks, that script should come in handy. I&#8217;ll add that to my notes.  I&#8217;ve been using this:</p>
<p>Use DBNAME<br />
GO</p>
<p>Alter Database DBNAME Set Recovery Simple<br />
GO</p>
<p>Alter Database DBNAME Set Recovery Full<br />
GO</p>
<p>DBCC SHRINKFILE (&#8216;DBNAME_log&#8217;, 1)<br />
GO</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: box</title>
		<link>http://www.mikesaysmeh.com/how-to-dump-transaction-log-in-mssql-2008/comment-page-1/#comment-5660</link>
		<dc:creator>box</dc:creator>
		<pubDate>Wed, 20 Apr 2011 02:10:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikesaysmeh.com/?p=324#comment-5660</guid>
		<description>Thank you &amp; the script:

ALTER DATABASE [DB_NAME] SET RECOVERY SIMPLE WITH NO_WAIT
DBCC SHRINKFILE (N&#039;DB_NAME&#039; , 0, TRUNCATEONLY)</description>
		<content:encoded><![CDATA[<p>Thank you &amp; the script:</p>
<p>ALTER DATABASE [DB_NAME] SET RECOVERY SIMPLE WITH NO_WAIT<br />
DBCC SHRINKFILE (N&#8217;DB_NAME&#8217; , 0, TRUNCATEONLY)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

