<?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 2005</title>
	<atom:link href="http://www.thomasmaurer.ch/tag/sql-2005/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thomasmaurer.ch</link>
	<description>Just another private cloud weblog</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:10:45 +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 --><div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='small' href='http://www.thomasmaurer.ch/2010/01/shrinking-the-transaction-log-in-sql-server-2005/'></g:plusone></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.thomasmaurer.ch/2010/01/shrinking-the-transaction-log-in-sql-server-2005/" data-count="horizontal" data-text="Shrinking the Transaction Log in SQL Server 2005" data-via="thomasmaurer" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='dd_button'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.thomasmaurer.ch%2F2010%2F01%2Fshrinking-the-transaction-log-in-sql-server-2005%2F&amp;locale=en_US&amp;layout=button_count&amp;action=like&amp;width=92&amp;height=20&amp;colorscheme=light' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:92px; height:20px;' allowTransparency='true'></iframe></div></div><div style='clear:both'></div></div><div style='clear:both'></div><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>
<!-- Social Buttons Generated by Digg Digg plugin v4.5.3.4, 
    Author : Yong Mook Kim
    Website : http://www.diggdigg2u.com --><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>

