<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Thomas Maurer (tm) &#187; SQL Server 2005</title>
	<atom:link href="http://www.thomasmaurer.ch/tag/sql-server-2005/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thomasmaurer.ch</link>
	<description>Just another private cloud weblog</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:42:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Shrinking the Transaction Log in SQL Server 2005</title>
		<link>http://www.thomasmaurer.ch/2010/01/shrinking-the-transaction-log-in-sql-server-2005/</link>
		<comments>http://www.thomasmaurer.ch/2010/01/shrinking-the-transaction-log-in-sql-server-2005/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 10:53:44 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Log]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[Microsoft SQL Server 2005]]></category>
		<category><![CDATA[MS SQL]]></category>
		<category><![CDATA[MS SQL Server]]></category>
		<category><![CDATA[MS SQL Server 2005]]></category>
		<category><![CDATA[Shrink]]></category>
		<category><![CDATA[Shrinking]]></category>
		<category><![CDATA[SQL 2005]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[Transcation]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=388</guid>
		<description><![CDATA[Use the MS SQL Server Management Studio EXEC sp_dboption 'XXX', 'trunc. log on chkpt.', 'TRUE' CHECKPOINT DBCC SHRINKFILE ('XXX_Log', TRUNCATEONLY) EXEC sp_dboption 'XXX', 'trunc. log on chkpt.', 'FALSE' GO (replace XXX with the database name)]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><blockquote>
<ul>
<li>Use the MS SQL Server Management Studio</li>
</ul>
<p><code></p>
<div id="_mcePaste">
<div id="_mcePaste">EXEC sp_dboption 'XXX', 'trunc. log on chkpt.', 'TRUE'</div>
<div id="_mcePaste">CHECKPOINT</div>
<div id="_mcePaste">DBCC SHRINKFILE ('XXX_Log', TRUNCATEONLY)</div>
<div id="_mcePaste">EXEC sp_dboption 'XXX', 'trunc. log on chkpt.', 'FALSE'</div>
<div id="_mcePaste">GO</div>
</div>
<p></code></p>
<ul>
<li>(replace XXX with the database name)</li>
</ul>
</blockquote>
<div class="shr-publisher-388"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2010/01/shrinking-the-transaction-log-in-sql-server-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

