<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.fuzzydev.com/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Shrink SQL Server Log File</title><link>http://www.fuzzydev.com/blogs/dotnet/archive/2006/08/19/Shrink_SQL_Server_Log_File.aspx</link><description>I have hosted my site on a shared hosting server and have to live with the reality of limited database/web space, recently my database space was shooting up and I was really worried about it.
My posting (blogs) are not too long to reach a whopping 114</description><dc:language>en-US</dc:language><generator>CommunityServer 2.0 (Build: 60404.2676)</generator><item><title>re: Shrink SQL Server Log File</title><link>http://www.fuzzydev.com/blogs/dotnet/archive/2006/08/19/Shrink_SQL_Server_Log_File.aspx#59</link><pubDate>Sat, 19 Aug 2006 12:16:19 GMT</pubDate><guid isPermaLink="false">daf517d6-b4b1-4612-b76e-1f60975996ca:59</guid><dc:creator>Scriptor</dc:creator><description>Sounds handy, while my database logs aren't that big, I'll keep this in mind since I have to use free hosting, which is way less space.</description></item><item><title>re: Shrink SQL Server Log File</title><link>http://www.fuzzydev.com/blogs/dotnet/archive/2006/08/19/Shrink_SQL_Server_Log_File.aspx#60</link><pubDate>Mon, 21 Aug 2006 06:50:54 GMT</pubDate><guid isPermaLink="false">daf517d6-b4b1-4612-b76e-1f60975996ca:60</guid><dc:creator>Gary Evesson</dc:creator><description>Try&lt;br&gt;&lt;br&gt;backup log '&amp;lt;database name&amp;gt;' with truncate_only&lt;br&gt;&lt;br&gt;instead of changing the recovery model. This marks all the inactive transactions in the log file as ready for removal.</description></item><item><title>re: Shrink SQL Server Log File</title><link>http://www.fuzzydev.com/blogs/dotnet/archive/2006/08/19/Shrink_SQL_Server_Log_File.aspx#61</link><pubDate>Sun, 27 Aug 2006 19:06:00 GMT</pubDate><guid isPermaLink="false">daf517d6-b4b1-4612-b76e-1f60975996ca:61</guid><dc:creator>chris hulbert</dc:creator><description>You needn't do the 'SET RECOVERY FULL;' at the end: you may as well leave it in 'simple' mode. After all, its only a blog.&lt;br&gt;That way, the log won't balloon again.</description></item><item><title>re: Shrink SQL Server Log File</title><link>http://www.fuzzydev.com/blogs/dotnet/archive/2006/08/19/Shrink_SQL_Server_Log_File.aspx#80</link><pubDate>Thu, 01 Mar 2007 05:07:13 GMT</pubDate><guid isPermaLink="false">daf517d6-b4b1-4612-b76e-1f60975996ca:80</guid><dc:creator>MP</dc:creator><description>Thanks! Really helped me out!</description></item><item><title>re: Shrink SQL Server Log File</title><link>http://www.fuzzydev.com/blogs/dotnet/archive/2006/08/19/Shrink_SQL_Server_Log_File.aspx#85</link><pubDate>Sun, 06 May 2007 22:36:02 GMT</pubDate><guid isPermaLink="false">daf517d6-b4b1-4612-b76e-1f60975996ca:85</guid><dc:creator>Jothi</dc:creator><description>Very Thanks! Its the solution i want.</description></item></channel></rss>