<?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>Learn SQL With Bru &#187; Transaction Logs</title>
	<atom:link href="http://learnsqlwithbru.com/tag/transaction-logs/feed/" rel="self" type="application/rss+xml" />
	<link>http://learnsqlwithbru.com</link>
	<description>Bru Medishetty&#039;s SQL Server Blog</description>
	<lastBuildDate>Tue, 06 Mar 2012 19:02:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Finding Log Size for all Databases in SQL Server</title>
		<link>http://learnsqlwithbru.com/2010/06/04/finding-log-size-for-all-databases-in-sql-server/</link>
		<comments>http://learnsqlwithbru.com/2010/06/04/finding-log-size-for-all-databases-in-sql-server/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 04:00:37 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Transaction Logs]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=667</guid>
		<description><![CDATA[Monitoring the size of Transaction Log files is one of those important tasks for a SQL Server Database Administrator. I monitor regularly in order to ensure that my database log files do not grow tremendously in size and potentially run out &#8230; <a href="http://learnsqlwithbru.com/2010/06/04/finding-log-size-for-all-databases-in-sql-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/06/04/finding-log-size-for-all-databases-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find Transaction Log Space Used</title>
		<link>http://learnsqlwithbru.com/2010/03/31/find-transaction-log-space-used/</link>
		<comments>http://learnsqlwithbru.com/2010/03/31/find-transaction-log-space-used/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 04:00:41 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[DBCC SQLPERF (LOGSPACE)]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[Transaction Logs]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=659</guid>
		<description><![CDATA[To query the space used by the transaction logs use the command, use DBCC SQLPERF(LOGSPACE). The command displays the Database Name, Log Size in Mega Bytes, the % of  log file used, remember the value is not the size it &#8230; <a href="http://learnsqlwithbru.com/2010/03/31/find-transaction-log-space-used/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/03/31/find-transaction-log-space-used/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

