﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Article Discussions / Article Discussions by Author / Discuss content posted by SQL Scripts Manager dev team  / What Is Filling Up The Transaction Log / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Fri, 24 May 2013 04:28:45 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: What Is Filling Up The Transaction Log</title><link>http://www.sqlservercentral.com/Forums/Topic1038811-2876-1.aspx</link><description>When I restarted the server,  tempdb - logreuse wait description showing 'Nothing'. So, is this the only way we need to do?</description><pubDate>Mon, 24 Sep 2012 08:02:43 GMT</pubDate><dc:creator>DBA_Learner</dc:creator></item><item><title>RE: What Is Filling Up The Transaction Log</title><link>http://www.sqlservercentral.com/Forums/Topic1038811-2876-1.aspx</link><description>I have a scenario here:On my TEMPDB, the log reuse wait description shows " Active_transaction".Then I checked DBCC OPENTRAN('tempdb') . I got message showing there are no open transactions. Then I also queried: select * from sys.dm_tran_active_transactionsI see some four 6 worktables. I don't know about these tables. Now how can I change my tempdb state to "Nothing".</description><pubDate>Mon, 24 Sep 2012 07:42:15 GMT</pubDate><dc:creator>DBA_Learner</dc:creator></item><item><title>RE: What Is Filling Up The Transaction Log</title><link>http://www.sqlservercentral.com/Forums/Topic1038811-2876-1.aspx</link><description>Title was full of promise, but we need more.Ideally, we want to be able to determine what statements caused the log to grow so suddenly (and who issued the statements) and we want to do this automatically, not by running a query. i.e. at the time there is "excessive log file growth" alert the DBA providing a list of user-statements currently executing. The tools and DMVs are out there but unfortunately do not provide a full picture (who, what, when, sql statements running). I think Profiler comes to the closest (Events "Log File Auto Grow" &amp; "SQL:BatchCompleted") but even that involves monitoring and examining, not automatically alerting.</description><pubDate>Thu, 16 Feb 2012 07:25:08 GMT</pubDate><dc:creator>Preet_S</dc:creator></item><item><title>RE: What Is Filling Up The Transaction Log</title><link>http://www.sqlservercentral.com/Forums/Topic1038811-2876-1.aspx</link><description>I'd suggest that the code for [Log Used %] be changed to:[font="Courier New"], CAST(CAST(CAST(lu.cntr_value AS FLOAT) / CAST(ls.cntr_value AS FLOAT) AS DECIMAL(18, 4)) * 100 AS DECIMAL(18, 2)) AS [Log Used %][/font]This gives you an additional 2 digits before doing your left shift so you don't always end up with results .00.</description><pubDate>Fri, 18 Feb 2011 10:43:27 GMT</pubDate><dc:creator>nhughes</dc:creator></item><item><title>What Is Filling Up The Transaction Log</title><link>http://www.sqlservercentral.com/Forums/Topic1038811-2876-1.aspx</link><description>Comments posted to this topic are about the item [B]&lt;A HREF="/scripts/DMV/71997/"&gt;What Is Filling Up The Transaction Log&lt;/A&gt;[/B]</description><pubDate>Thu, 23 Dec 2010 08:26:52 GMT</pubDate><dc:creator>SQL Scripts Manager dev team</dc:creator></item></channel></rss>