<?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: Truncating SQL Server 2000 Log Files</title>
	<atom:link href="http://www.keyboardface.com/archives/2005/09/09/truncating-sql-server-2000-log-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.keyboardface.com/archives/2005/09/09/truncating-sql-server-2000-log-files/</link>
	<description>when you find QWERTY imprinted on your cheek - it&#039;s time to go to bed.</description>
	<lastBuildDate>Thu, 19 May 2011 05:13:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Tom</title>
		<link>http://www.keyboardface.com/archives/2005/09/09/truncating-sql-server-2000-log-files/comment-page-1/#comment-22027</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sun, 27 Apr 2008 02:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bristolwebdesign.com/archives/2005/09/09/truncating-sql-server-2000-log-files/#comment-22027</guid>
		<description>For 2005, all you need is a SQL script:

&lt;blockquote&gt;
USE BWD
GO
DBCC SHRINKFILE(bwd_log, 1)
BACKUP LOG BWD WITH TRUNCATE_ONLY
DBCC SHRINKFILE(bwd_log, 1)

--Optional:
--BACKUP LOG BWD TO DISK=&#039;D:\BWD.bak&#039; 

&lt;/blockquote&gt;

(BWD is the name of the database)</description>
		<content:encoded><![CDATA[<p>For 2005, all you need is a SQL script:</p>
<blockquote><p>
USE BWD<br />
GO<br />
DBCC SHRINKFILE(bwd_log, 1)<br />
BACKUP LOG BWD WITH TRUNCATE_ONLY<br />
DBCC SHRINKFILE(bwd_log, 1)</p>
<p>&#8211;Optional:<br />
&#8211;BACKUP LOG BWD TO DISK=&#8217;D:\BWD.bak&#8217; </p>
</blockquote>
<p>(BWD is the name of the database)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
