<?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; Monitoring</title>
	<atom:link href="http://learnsqlwithbru.com/tag/monitoring/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>Activity Monitor in SQL Server 2000, 2005 and 2008</title>
		<link>http://learnsqlwithbru.com/2011/12/13/activity-monitor-in-sql-server-2000-2005-and-2008/</link>
		<comments>http://learnsqlwithbru.com/2011/12/13/activity-monitor-in-sql-server-2000-2005-and-2008/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 05:00:15 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Activity Monitor]]></category>
		<category><![CDATA[Monitoring]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=2143</guid>
		<description><![CDATA[In this blog post, we shall take a look at how to access Activity Monitor in the last 3 Major Versions of SQL Server, SQL Server 2000, 2005 and 2008 (of course it has not changed in SQL 2008 R2). &#8230; <a href="http://learnsqlwithbru.com/2011/12/13/activity-monitor-in-sql-server-2000-2005-and-2008/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2011/12/13/activity-monitor-in-sql-server-2000-2005-and-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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 Databases without recent full backups</title>
		<link>http://learnsqlwithbru.com/2010/04/12/find-databases-without-recent-full-backups/</link>
		<comments>http://learnsqlwithbru.com/2010/04/12/find-databases-without-recent-full-backups/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 04:00:38 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[DBA Tasks]]></category>
		<category><![CDATA[Monitoring]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=744</guid>
		<description><![CDATA[One of the important tasks a SQL Server DBA does is database backup. While maintaining the backups of the important database is important, the need to monitor that the exists a valid Full backups for the databases is equally important. &#8230; <a href="http://learnsqlwithbru.com/2010/04/12/find-databases-without-recent-full-backups/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/04/12/find-databases-without-recent-full-backups/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>
		<item>
		<title>Backup Information for a Database</title>
		<link>http://learnsqlwithbru.com/2010/03/16/backup-information-for-a-database/</link>
		<comments>http://learnsqlwithbru.com/2010/03/16/backup-information-for-a-database/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 05:00:40 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=498</guid>
		<description><![CDATA[How do I find the backup information about a particular database ? Some one asked me this question in the past and since it is being repeatedly asked in forums and to me personally , I decided to write this. &#8230; <a href="http://learnsqlwithbru.com/2010/03/16/backup-information-for-a-database/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/03/16/backup-information-for-a-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding the Fullness of all Database files</title>
		<link>http://learnsqlwithbru.com/2010/03/04/finding-the-fullness-of-all-database-files/</link>
		<comments>http://learnsqlwithbru.com/2010/03/04/finding-the-fullness-of-all-database-files/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 05:00:11 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Cursor]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=439</guid>
		<description><![CDATA[One of the common things a Database Admin would need to monitor is the size of the database files and along with that monitor the level to which those files are full, so as to plan for the future growth &#8230; <a href="http://learnsqlwithbru.com/2010/03/04/finding-the-fullness-of-all-database-files/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/03/04/finding-the-fullness-of-all-database-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

