<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Behind the Scene of SQL Server Activity of &#8211; Transaction Log &#8211; Shrinking Log</title>
	<atom:link href="http://blog.sqlauthority.com/2008/08/21/sql-server-behind-the-scene-of-sql-server-activity-of-transaction-log-shrinking-log/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/08/21/sql-server-behind-the-scene-of-sql-server-activity-of-transaction-log-shrinking-log/</link>
	<description>Notes of a SQL Server MVP and Database Administrator</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:54:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: deep</title>
		<link>http://blog.sqlauthority.com/2008/08/21/sql-server-behind-the-scene-of-sql-server-activity-of-transaction-log-shrinking-log/#comment-56754</link>
		<dc:creator>deep</dc:creator>
		<pubDate>Fri, 16 Oct 2009 13:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=864#comment-56754</guid>
		<description>Is it really necessary to reduce the size of T-log file? Correct me, if I am wrong, but to complete the active transactions, the t-log requires certain amount of free space in the T-log. If the T-log is growing to a certain size, it really means such amount of space is required in the t-log to complete all the transactions.

If we shrink the log file, then SQL server has to auto grow the log file size whenever required, which will consume server resources with an impact on the overall performance. 

Therefore, it is advisable not to shrink the database-log file, until and unless you are running out of disk space.</description>
		<content:encoded><![CDATA[<p>Is it really necessary to reduce the size of T-log file? Correct me, if I am wrong, but to complete the active transactions, the t-log requires certain amount of free space in the T-log. If the T-log is growing to a certain size, it really means such amount of space is required in the t-log to complete all the transactions.</p>
<p>If we shrink the log file, then SQL server has to auto grow the log file size whenever required, which will consume server resources with an impact on the overall performance. </p>
<p>Therefore, it is advisable not to shrink the database-log file, until and unless you are running out of disk space.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://blog.sqlauthority.com/2008/08/21/sql-server-behind-the-scene-of-sql-server-activity-of-transaction-log-shrinking-log/#comment-55823</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 11 Sep 2009 19:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=864#comment-55823</guid>
		<description>I have been trying to work on a straight forward way to shrink the transaction logs on several databases (after backups have completed) and have a question.

Is there a script I can use to reorganize and shrink a transaction log in SQL 2005 after a backup?  

Just backing the log up and doing a DBCC Shrinkfile doesn’t work, based on my research (please correct me if I am wrong), I am thinking it is because there is active data that was previously written near the end of the log.  I also do not want to do a “with truncate only” and loose data.

In Management Studio, if I manually shrink the file and tell it to reorganize, it works, but I would prefer a script to do this.

Thanks</description>
		<content:encoded><![CDATA[<p>I have been trying to work on a straight forward way to shrink the transaction logs on several databases (after backups have completed) and have a question.</p>
<p>Is there a script I can use to reorganize and shrink a transaction log in SQL 2005 after a backup?  </p>
<p>Just backing the log up and doing a DBCC Shrinkfile doesn’t work, based on my research (please correct me if I am wrong), I am thinking it is because there is active data that was previously written near the end of the log.  I also do not want to do a “with truncate only” and loose data.</p>
<p>In Management Studio, if I manually shrink the file and tell it to reorganize, it works, but I would prefer a script to do this.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: izlexx</title>
		<link>http://blog.sqlauthority.com/2008/08/21/sql-server-behind-the-scene-of-sql-server-activity-of-transaction-log-shrinking-log/#comment-55608</link>
		<dc:creator>izlexx</dc:creator>
		<pubDate>Fri, 04 Sep 2009 21:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=864#comment-55608</guid>
		<description>thanks for all.</description>
		<content:encoded><![CDATA[<p>thanks for all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Ford</title>
		<link>http://blog.sqlauthority.com/2008/08/21/sql-server-behind-the-scene-of-sql-server-activity-of-transaction-log-shrinking-log/#comment-51127</link>
		<dc:creator>Tim Ford</dc:creator>
		<pubDate>Mon, 20 Apr 2009 18:06:16 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=864#comment-51127</guid>
		<description>Hello Pinal, great article, however one aspect of @LauraV &#039;s original question was the apparent continued growth of the log file.  That comes down to two reasons: either her log file is not sized correctly for the transactional load of the supported application or she needs to increase the frequency of log backups on the database.  

- Tim Ford
aka &quot;@SQLAgentMan&quot;</description>
		<content:encoded><![CDATA[<p>Hello Pinal, great article, however one aspect of @LauraV &#8217;s original question was the apparent continued growth of the log file.  That comes down to two reasons: either her log file is not sized correctly for the transactional load of the supported application or she needs to increase the frequency of log backups on the database.  </p>
<p>- Tim Ford<br />
aka &#8220;@SQLAgentMan&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sL1pknots</title>
		<link>http://blog.sqlauthority.com/2008/08/21/sql-server-behind-the-scene-of-sql-server-activity-of-transaction-log-shrinking-log/#comment-45083</link>
		<dc:creator>sL1pknots</dc:creator>
		<pubDate>Thu, 25 Dec 2008 20:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=864#comment-45083</guid>
		<description>this site is very good :)</description>
		<content:encoded><![CDATA[<p>this site is very good :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaurav A</title>
		<link>http://blog.sqlauthority.com/2008/08/21/sql-server-behind-the-scene-of-sql-server-activity-of-transaction-log-shrinking-log/#comment-44301</link>
		<dc:creator>Gaurav A</dc:creator>
		<pubDate>Thu, 20 Nov 2008 07:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=864#comment-44301</guid>
		<description>Hello Pinal,


Really a great article...thanks a lot.....
can u give me a link from where i get more information about the same....i.e. acitve n inactive transaction..


And i have one question to ask...
Is it possle to shrink log file during log-shipping..?
If yes then how..

Plzzzzzzz reply....</description>
		<content:encoded><![CDATA[<p>Hello Pinal,</p>
<p>Really a great article&#8230;thanks a lot&#8230;..<br />
can u give me a link from where i get more information about the same&#8230;.i.e. acitve n inactive transaction..</p>
<p>And i have one question to ask&#8230;<br />
Is it possle to shrink log file during log-shipping..?<br />
If yes then how..</p>
<p>Plzzzzzzz reply&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aamir Hasan</title>
		<link>http://blog.sqlauthority.com/2008/08/21/sql-server-behind-the-scene-of-sql-server-activity-of-transaction-log-shrinking-log/#comment-42339</link>
		<dc:creator>Aamir Hasan</dc:creator>
		<pubDate>Wed, 03 Sep 2008 03:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=864#comment-42339</guid>
		<description>hello
i see your artical it greate but i have some issues i am using ms sql 2005
 i am basically a web developer but developing a project using ajax asp.net and ms sql 2005

well i have some issue on store procedure write know need one 

well i have two tables abc and xyz

i am using crusor get first row of table abc and then password to xyz to get specfic data from xyz and then gaing untial first table end and then insert into ta temporary table

there is isssue is  when i insert into table when a abc data was not found then it also send a  a value of abc in tem table 
how can i avoid when xyz is empty then dont insert abc row in temp table 
plz wait i need your  help waiting</description>
		<content:encoded><![CDATA[<p>hello<br />
i see your artical it greate but i have some issues i am using ms sql 2005<br />
 i am basically a web developer but developing a project using ajax asp.net and ms sql 2005</p>
<p>well i have some issue on store procedure write know need one </p>
<p>well i have two tables abc and xyz</p>
<p>i am using crusor get first row of table abc and then password to xyz to get specfic data from xyz and then gaing untial first table end and then insert into ta temporary table</p>
<p>there is isssue is  when i insert into table when a abc data was not found then it also send a  a value of abc in tem table<br />
how can i avoid when xyz is empty then dont insert abc row in temp table<br />
plz wait i need your  help waiting</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prakash</title>
		<link>http://blog.sqlauthority.com/2008/08/21/sql-server-behind-the-scene-of-sql-server-activity-of-transaction-log-shrinking-log/#comment-42115</link>
		<dc:creator>Prakash</dc:creator>
		<pubDate>Thu, 28 Aug 2008 03:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=864#comment-42115</guid>
		<description>Hi,

As per LauraV mentioned the problem,i just want to suggest you can create the alert in sqlserver agent with 90% thresold value which executes the transaction log backup job.So if in the middle of scheduled transaction log backup job if the log gets full then alerts will automatically execute it.

Kindly reply suggesteion.

- Prakash</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>As per LauraV mentioned the problem,i just want to suggest you can create the alert in sqlserver agent with 90% thresold value which executes the transaction log backup job.So if in the middle of scheduled transaction log backup job if the log gets full then alerts will automatically execute it.</p>
<p>Kindly reply suggesteion.</p>
<p>- Prakash</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitesh L Shah</title>
		<link>http://blog.sqlauthority.com/2008/08/21/sql-server-behind-the-scene-of-sql-server-activity-of-transaction-log-shrinking-log/#comment-41854</link>
		<dc:creator>Mitesh L Shah</dc:creator>
		<pubDate>Thu, 21 Aug 2008 04:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=864#comment-41854</guid>
		<description>nice to read above artical thanks to both Imran as well as Pinal who appreciated his knowledge and placed on his site.

thanks a lot and hope for more like this in future.</description>
		<content:encoded><![CDATA[<p>nice to read above artical thanks to both Imran as well as Pinal who appreciated his knowledge and placed on his site.</p>
<p>thanks a lot and hope for more like this in future.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
