<?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>Vidhya Sagar - Blog&#187; Performance</title>
	<atom:link href="http://sql-articles.com/blogs/category/performance/feed/" rel="self" type="application/rss+xml" />
	<link>http://sql-articles.com/blogs</link>
	<description>One Stop for SQL Server related Queries</description>
	<lastBuildDate>Thu, 12 Aug 2010 17:53:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Performance Data Collector &#8211; Part 2</title>
		<link>http://sql-articles.com/blogs/performance-data-collector-part-2/</link>
		<comments>http://sql-articles.com/blogs/performance-data-collector-part-2/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 12:05:49 +0000</pubDate>
		<dc:creator>Vidhya Sagar</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[data collector]]></category>

		<guid isPermaLink="false">http://sql-articles.com/blogs/performance-data-collector-part-2/</guid>
		<description><![CDATA[Performance Data Collector - Part 2]]></description>
		<wfw:commentRss>http://sql-articles.com/blogs/performance-data-collector-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performance Data Collector &#8211; Part 1</title>
		<link>http://sql-articles.com/blogs/performance-data-collector-part-1/</link>
		<comments>http://sql-articles.com/blogs/performance-data-collector-part-1/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 16:28:48 +0000</pubDate>
		<dc:creator>Vidhya Sagar</dc:creator>
				<category><![CDATA[Performance]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SQL Server 2008 R2]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[data collector]]></category>

		<guid isPermaLink="false">http://sql-articles.com/blogs/performance-data-collector-part-1/</guid>
		<description><![CDATA[Performance Data Collector is one of the new features that’s accompanied from SQL Server 2008. If you are a DBA , you know it’s very hard to get performance data from necessary inputs. We will get the data from Perfmon (system monitor), profiler, DMV etc and correlating this data is very hard, implementing the same [...]]]></description>
		<wfw:commentRss>http://sql-articles.com/blogs/performance-data-collector-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Capture SQL Performance Counters through TSQL</title>
		<link>http://sql-articles.com/blogs/capture-sql-performance-counters-through-tsql/</link>
		<comments>http://sql-articles.com/blogs/capture-sql-performance-counters-through-tsql/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 19:51:31 +0000</pubDate>
		<dc:creator>Vidhya Sagar</dc:creator>
				<category><![CDATA[Performance]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[performance counters]]></category>
		<category><![CDATA[sys.dm_os_performance_counters]]></category>

		<guid isPermaLink="false">http://sql-articles.com/blogs/capture-sql-performance-counters-through-tsql/</guid>
		<description><![CDATA[Capture SQL Performance Counters through TSQL]]></description>
		<wfw:commentRss>http://sql-articles.com/blogs/capture-sql-performance-counters-through-tsql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Utilizing SQL 2005 Performance Dashboard in SQL Server 2008</title>
		<link>http://sql-articles.com/blogs/utilizing-sql-2005-performance-dashboard-in-sql-server-2008/</link>
		<comments>http://sql-articles.com/blogs/utilizing-sql-2005-performance-dashboard-in-sql-server-2008/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 15:44:59 +0000</pubDate>
		<dc:creator>Vidhya Sagar</dc:creator>
				<category><![CDATA[Performance]]></category>
		<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://sql-articles.com/blogs/utilizing-sql-2005-performance-dashboard-in-sql-server-2008/</guid>
		<description><![CDATA[I got a question from one of our UG member. He asked whether we can use SQL Server 2005 performance dashboard with SQL Server 2008. When we tried at the session we failed to implement it in SQL2K8. I was just thinking this today and planned to try this. I found out the reason why [...]]]></description>
		<wfw:commentRss>http://sql-articles.com/blogs/utilizing-sql-2005-performance-dashboard-in-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Query tuning steps</title>
		<link>http://sql-articles.com/blogs/query-tuning-steps/</link>
		<comments>http://sql-articles.com/blogs/query-tuning-steps/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 16:28:13 +0000</pubDate>
		<dc:creator>Vidhya Sagar</dc:creator>
				<category><![CDATA[Performance]]></category>
		<category><![CDATA[Index]]></category>

		<guid isPermaLink="false">http://sql-articles.com/blogs/?p=302</guid>
		<description><![CDATA[Query tuning is an interested topic in SQL Server. Deepak has written an article on query tuning in our main website, please read the article below and make use of it. Most of the DBA’s new to query tuning would wonder where to start in order to tune a query. I hope this article would [...]]]></description>
		<wfw:commentRss>http://sql-articles.com/blogs/query-tuning-steps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Index usage</title>
		<link>http://sql-articles.com/blogs/index-usage/</link>
		<comments>http://sql-articles.com/blogs/index-usage/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 01:26:09 +0000</pubDate>
		<dc:creator>Vidhya Sagar</dc:creator>
				<category><![CDATA[Performance]]></category>
		<category><![CDATA[Index]]></category>

		<guid isPermaLink="false">http://sql-articles.com/blogs/?p=298</guid>
		<description><![CDATA[Deepak has written an aritcle on Index Usage in www.sql-articles.com. You can check out the article in the link below. I have used the Contact table with person schema which is residing in AdventureWorks database for testing the index usage. I am describing the scenarios and places where index seek or scan will be used. [...]]]></description>
		<wfw:commentRss>http://sql-articles.com/blogs/index-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database Tuning Advisor &#8211; DTA</title>
		<link>http://sql-articles.com/blogs/database-tuning-advisor-dta/</link>
		<comments>http://sql-articles.com/blogs/database-tuning-advisor-dta/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 11:53:07 +0000</pubDate>
		<dc:creator>Vidhya Sagar</dc:creator>
				<category><![CDATA[Performance]]></category>
		<category><![CDATA[SQL Server 2005]]></category>

		<guid isPermaLink="false">http://sql-articles.com/blogs/?p=5</guid>
		<description><![CDATA[The Database Engine Tuning Advisor is a new tool in Microsoft SQL Server 2005 that enables you to tune databases for improved query processing. Database Engine Tuning Advisor examines how queries are processed in the databases you specify and then it recommends how you can improve query processing performance by modifying physical design structures such [...]]]></description>
		<wfw:commentRss>http://sql-articles.com/blogs/database-tuning-advisor-dta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
