<?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; log file deletion</title>
	<atom:link href="http://hariprasad.info/tag/log-file-deletion/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>Delete SQL Log file</title>
		<link>http://hariprasad.info/eliminate-log-file/</link>
		<comments>http://hariprasad.info/eliminate-log-file/#comments</comments>
		<pubDate>Tue, 11 May 2010 10:17:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL server]]></category>
		<category><![CDATA[log file deletion]]></category>

		<guid isPermaLink="false">http://hariprasad.info/eliminate-log-file/</guid>
		<description><![CDATA[Sometimes, we just do not need the big log file. For example, I have a 40GB log file. I am sure I do not need this log file and want to get rid of it completely to free up the hard drive space. The logic is:
Detach the database
Rename the log file
Attach the database without the log file
Delete the log file
Let’s say, the database name is testDev. In the SQL Server Management Studio,
Highlight the database-&#62; T <a href='http://hariprasad.info/eliminate-log-file/'>Read More&#8230;</a>]]></description>
			<content:encoded><![CDATA[Sometimes, we just do not need the big log file. For example, I have a 40GB log file. I am sure I do not need this log file and want to get rid of it completely to free up the hard drive space. The logic is:
Detach the database
Rename the log file
Attach the database without the log file
Delete the log file
Let’s say, the database name is testDev. In the SQL Server Management Studio,
Highlight the database-&gt; T <a href='http://hariprasad.info/eliminate-log-file/'>Read More</a>]]></content:encoded>
			<wfw:commentRss>http://hariprasad.info/eliminate-log-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

