<?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>My Technical Notes &#187; shrink log</title>
	<atom:link href="http://hariprasad.info/tag/shrink-log/feed/" rel="self" type="application/rss+xml" />
	<link>http://hariprasad.info</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 11:14:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	
<!-- Excerpts generated using Auto Excerpt plugin, http://mr.hokya.com/auto-excerpt/ -->
	<item>
		<title>SQL DB shrink</title>
		<link>http://hariprasad.info/sql-db-shrink/</link>
		<comments>http://hariprasad.info/sql-db-shrink/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 03:41:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL server]]></category>
		<category><![CDATA[shrink log]]></category>
		<category><![CDATA[SQL server 2005]]></category>

		<guid isPermaLink="false">http://hariprasad.info/?p=58</guid>
		<description><![CDATA[To shrink the DB Transaction Log file,USE DatabaseNameGODBCC SHRINKFILE(&#60;log file name&#62;, 1)
To find out the Log file details:USE DATABASENAMEexec sp_helpfile
 <a href='http://hariprasad.info/sql-db-shrink/'>Read More&#8230;</a>]]></description>
			<content:encoded><![CDATA[To shrink the DB Transaction Log file,USE DatabaseNameGODBCC SHRINKFILE(&lt;log file name&gt;, 1)
To find out the Log file details:USE DATABASENAMEexec sp_helpfile
 <a href='http://hariprasad.info/sql-db-shrink/'>Read More</a>]]></content:encoded>
			<wfw:commentRss>http://hariprasad.info/sql-db-shrink/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

