<?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>Bala Singam &#187; shrink log file</title>
	<atom:link href="http://balasingam.com/tag/shrink-log-file/feed" rel="self" type="application/rss+xml" />
	<link>http://balasingam.com</link>
	<description>Just another developer</description>
	<lastBuildDate>Fri, 27 Aug 2010 15:17:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to shrink db log file</title>
		<link>http://balasingam.com/sql-server/how-to-shrink-db-log-file</link>
		<comments>http://balasingam.com/sql-server/how-to-shrink-db-log-file#comments</comments>
		<pubDate>Sat, 18 Jul 2009 13:32:49 +0000</pubDate>
		<dc:creator>BALA SINGAM</dc:creator>
				<category><![CDATA[SQL server Basics]]></category>
		<category><![CDATA[shrink log file]]></category>
		<category><![CDATA[sql server 2005]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://balasingam.com/?p=67</guid>
		<description><![CDATA[I got this code snippet from my collegue , hope this can be helpful for others too declare @dbname nvarchar(255) set @dbname = 'databasename' backup log @dbname with truncate_only DBCC SHRINKDATABASE (@dbname, 0) addthis_url = 'http%3A%2F%2Fbalasingam.com%2Fsql-server%2Fhow-to-shrink-db-log-file'; addthis_title = 'How+to+shrink+db+log+file'; addthis_pub = 'balasingam';]]></description>
		<wfw:commentRss>http://balasingam.com/sql-server/how-to-shrink-db-log-file/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
