<?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; Performance Tuning</title>
	<atom:link href="http://learnsqlwithbru.com/tag/performance-tuning/feed/" rel="self" type="application/rss+xml" />
	<link>http://learnsqlwithbru.com</link>
	<description>Bru Medishetty&#039;s SeekWell Blogs</description>
	<lastBuildDate>Sat, 17 Jul 2010 17:10:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>My First Article in MSSQLTips</title>
		<link>http://learnsqlwithbru.com/2010/02/11/my-first-article-in-mssqltips/</link>
		<comments>http://learnsqlwithbru.com/2010/02/11/my-first-article-in-mssqltips/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 13:00:56 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[MSSQLTips]]></category>
		<category><![CDATA[Performance Tuning]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=347</guid>
		<description><![CDATA[Today is a special day for me. An article that I submitted is published in MSSQLTips.  The article looks into the Index fill factor settings and what is a good value for a given scenario. Continue to read the article Understanding SQL Server Index Fill Factor Setting. &#8211; Bru Medishetty]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/02/11/my-first-article-in-mssqltips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performance Tuning in SQL Server</title>
		<link>http://learnsqlwithbru.com/2010/01/05/performance-tuning-in-sql-server/</link>
		<comments>http://learnsqlwithbru.com/2010/01/05/performance-tuning-in-sql-server/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 05:00:36 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Performance Tuning]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=17</guid>
		<description><![CDATA[One of the frequently asked questions in forums, interviews and during general discussions, is performance tuning. In fact, a friend of mine, (who knows a little bit of SQL Server) when speaking about my blogs, asked me why I had not written any blog on performance tuning. I gave a pause and said, do you]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/01/05/performance-tuning-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable AWE Option in SQL Server</title>
		<link>http://learnsqlwithbru.com/2009/11/16/enable-awe-option-in-sql-server/</link>
		<comments>http://learnsqlwithbru.com/2009/11/16/enable-awe-option-in-sql-server/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 05:00:30 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[configurations]]></category>
		<category><![CDATA[Performance Tuning]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=66</guid>
		<description><![CDATA[In this article we will look at the steps to enable AWE Option in SQL Server. When enabled, the Advanced Windowing Extensions gives the ability to SQL Server to utilize Memory more than 4 GB. AWE enabling for SQL Server is valid in 32 Bit Systems only, on 64 bit systems AWE is not required]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2009/11/16/enable-awe-option-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cursors in SQL Server</title>
		<link>http://learnsqlwithbru.com/2009/11/12/cursors-in-sql-server/</link>
		<comments>http://learnsqlwithbru.com/2009/11/12/cursors-in-sql-server/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 05:00:49 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Performance Tuning]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=64</guid>
		<description><![CDATA[Cursors in SQL Server enable you to work with each of records in a record set, so that you can sequentially work with those records and carry out the required task. The best example that I can recollect to quote here is when you have a table with 100 rows, with one of the columns]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2009/11/12/cursors-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database Partitioning in SQL Server 2005</title>
		<link>http://learnsqlwithbru.com/2009/09/18/database-partitioning-in-sql-server-2005/</link>
		<comments>http://learnsqlwithbru.com/2009/09/18/database-partitioning-in-sql-server-2005/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 05:00:02 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[New Features]]></category>
		<category><![CDATA[Performance Tuning]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=52</guid>
		<description><![CDATA[I would like to explain the steps involved in implementing Database Partitioning in SQL Server 2005.  If you had already implemented Very Large Databases using federated Databases, you would be relieved that Database Partitioning is very easy to configure and work with and the pain to maintain is gone with this wonderful feature. Implementing Database Partitioning]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2009/09/18/database-partitioning-in-sql-server-2005/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
