<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Performance Tuning &#8211; Part 1 of 2 &#8211; Getting Started and Configuration</title>
	<atom:link href="http://blog.sqlauthority.com/2012/04/19/sql-server-performance-tuning-part-1-of-2-getting-started-and-configuration/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2012/04/19/sql-server-performance-tuning-part-1-of-2-getting-started-and-configuration/</link>
	<description>SQL, SQL Server, MySQL, Big Data and NoSQL</description>
	<lastBuildDate>Wed, 19 Jun 2013 08:01:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: irfan khan</title>
		<link>http://blog.sqlauthority.com/2012/04/19/sql-server-performance-tuning-part-1-of-2-getting-started-and-configuration/#comment-473817</link>
		<dc:creator><![CDATA[irfan khan]]></dc:creator>
		<pubDate>Sun, 12 May 2013 11:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=18290#comment-473817</guid>
		<description><![CDATA[We have installed and configured tool successfully, we have created &quot;data  source&quot; and tested connection successfully, but while expanding &quot;Database objects&quot; we are not getting any list and session is getting hung.
 any idea or suggestion.?]]></description>
		<content:encoded><![CDATA[<p>We have installed and configured tool successfully, we have created &#8220;data  source&#8221; and tested connection successfully, but while expanding &#8220;Database objects&#8221; we are not getting any list and session is getting hung.<br />
 any idea or suggestion.?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; An Interesting Case of Redundant Indexes &#8211; Index on Col1, Col2 and Index on Col1, Col2, Col3 &#8211; Part 4 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2012/04/19/sql-server-performance-tuning-part-1-of-2-getting-started-and-configuration/#comment-408721</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; An Interesting Case of Redundant Indexes &#8211; Index on Col1, Col2 and Index on Col1, Col2, Col3 &#8211; Part 4 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Thu, 17 Jan 2013 01:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=18290#comment-408721</guid>
		<description><![CDATA[[...] and help in various aspects of the performance tuning. Here is detailed articles on this subject Part 1 and Part 2. This tool can help you with writing proper queries, do indexes maintenance and [...]]]></description>
		<content:encoded><![CDATA[<p>[...] and help in various aspects of the performance tuning. Here is detailed articles on this subject Part 1 and Part 2. This tool can help you with writing proper queries, do indexes maintenance and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://blog.sqlauthority.com/2012/04/19/sql-server-performance-tuning-part-1-of-2-getting-started-and-configuration/#comment-291750</link>
		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Thu, 31 May 2012 19:14:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=18290#comment-291750</guid>
		<description><![CDATA[Yes, you were right. In BOL there is a limit of 2G objects. Means it includes procedures, views, functions, indexes, tables. So, theoretically, if I will create only tables, the limit will be 2G tables.

An a limit of 10GB for data file.

Thank you]]></description>
		<content:encoded><![CDATA[<p>Yes, you were right. In BOL there is a limit of 2G objects. Means it includes procedures, views, functions, indexes, tables. So, theoretically, if I will create only tables, the limit will be 2G tables.</p>
<p>An a limit of 10GB for data file.</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2012/04/19/sql-server-performance-tuning-part-1-of-2-getting-started-and-configuration/#comment-290909</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Wed, 30 May 2012 09:33:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=18290#comment-290909</guid>
		<description><![CDATA[Can you check at Maximum capacity specifications at BOL?]]></description>
		<content:encoded><![CDATA[<p>Can you check at Maximum capacity specifications at BOL?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://blog.sqlauthority.com/2012/04/19/sql-server-performance-tuning-part-1-of-2-getting-started-and-configuration/#comment-290075</link>
		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Mon, 28 May 2012 18:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=18290#comment-290075</guid>
		<description><![CDATA[Hi sir,
Do you know is there a limit of how many tables SQL Server Express is able to handle?]]></description>
		<content:encoded><![CDATA[<p>Hi sir,<br />
Do you know is there a limit of how many tables SQL Server Express is able to handle?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaushal</title>
		<link>http://blog.sqlauthority.com/2012/04/19/sql-server-performance-tuning-part-1-of-2-getting-started-and-configuration/#comment-283937</link>
		<dc:creator><![CDATA[Kaushal]]></dc:creator>
		<pubDate>Fri, 11 May 2012 17:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=18290#comment-283937</guid>
		<description><![CDATA[I want to know for optimzing stored procedure , what should be used 
exec storedprocname
       0r 
sp_executesql storedprocname

please tell me]]></description>
		<content:encoded><![CDATA[<p>I want to know for optimzing stored procedure , what should be used<br />
exec storedprocname<br />
       0r<br />
sp_executesql storedprocname</p>
<p>please tell me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sls</title>
		<link>http://blog.sqlauthority.com/2012/04/19/sql-server-performance-tuning-part-1-of-2-getting-started-and-configuration/#comment-277932</link>
		<dc:creator><![CDATA[sls]]></dc:creator>
		<pubDate>Fri, 20 Apr 2012 18:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=18290#comment-277932</guid>
		<description><![CDATA[In my company I can&#039;t download  DB-Optimizer-XE. I was trying to use Databse Engine Tuning Advisor. But is is giving me an error when trying to open the trace file saying some trace defintion file is not there. I checked for the file in Windows Server 2008 machine. Even though msxml6.dll is there the tracedefinition file is not there. Please help me to resolve the issue and proceed with the analysis using DTA]]></description>
		<content:encoded><![CDATA[<p>In my company I can&#8217;t download  DB-Optimizer-XE. I was trying to use Databse Engine Tuning Advisor. But is is giving me an error when trying to open the trace file saying some trace defintion file is not there. I checked for the file in Windows Server 2008 machine. Even though msxml6.dll is there the tracedefinition file is not there. Please help me to resolve the issue and proceed with the analysis using DTA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ramdas2008</title>
		<link>http://blog.sqlauthority.com/2012/04/19/sql-server-performance-tuning-part-1-of-2-getting-started-and-configuration/#comment-277876</link>
		<dc:creator><![CDATA[ramdas2008]]></dc:creator>
		<pubDate>Fri, 20 Apr 2012 14:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=18290#comment-277876</guid>
		<description><![CDATA[I agree with John that DTA is very limited, there are other techniques which would yield better results, One thing to keep in mind is how does data relate to the big picture in terms of the business, that kind of perspective cannot be offered by DTA.]]></description>
		<content:encoded><![CDATA[<p>I agree with John that DTA is very limited, there are other techniques which would yield better results, One thing to keep in mind is how does data relate to the big picture in terms of the business, that kind of perspective cannot be offered by DTA.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John M</title>
		<link>http://blog.sqlauthority.com/2012/04/19/sql-server-performance-tuning-part-1-of-2-getting-started-and-configuration/#comment-277778</link>
		<dc:creator><![CDATA[John M]]></dc:creator>
		<pubDate>Fri, 20 Apr 2012 06:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=18290#comment-277778</guid>
		<description><![CDATA[I simply don&#039;t think it&#039;s a very good tool.  The scope of what it can recommend is quite limited (i.e. indexes), and someone with good performance diagnosing skills will do a far better job in less time than it will take to run DTA.

Not all performance issues can be fixed by adding indexes - quite often the queries need to be modified as well.

If you&#039;re currently relying on DTA, I&#039;d highly recommend trying to live without it for a while and do your performance tuning manually.  You&#039;ll probably find you end up with much better results.]]></description>
		<content:encoded><![CDATA[<p>I simply don&#8217;t think it&#8217;s a very good tool.  The scope of what it can recommend is quite limited (i.e. indexes), and someone with good performance diagnosing skills will do a far better job in less time than it will take to run DTA.</p>
<p>Not all performance issues can be fixed by adding indexes &#8211; quite often the queries need to be modified as well.</p>
<p>If you&#8217;re currently relying on DTA, I&#8217;d highly recommend trying to live without it for a while and do your performance tuning manually.  You&#8217;ll probably find you end up with much better results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Performance Tuning &#8211; Part 2 of 2 &#8211; Analysis, Detection, Tuning and Optimizing &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2012/04/19/sql-server-performance-tuning-part-1-of-2-getting-started-and-configuration/#comment-277720</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Performance Tuning &#8211; Part 2 of 2 &#8211; Analysis, Detection, Tuning and Optimizing &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Fri, 20 Apr 2012 01:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=18290#comment-277720</guid>
		<description><![CDATA[[...] Comments       GA_googleFillSlot(&quot;sqlauthority_728x90&quot;);     &#171; SQL SERVER &#8211; Performance Tuning &#8211; Part 1 of 2 &#8211; Getting Started and&#160;Configura... [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Comments       GA_googleFillSlot(&quot;sqlauthority_728x90&quot;);     &laquo; SQL SERVER &#8211; Performance Tuning &#8211; Part 1 of 2 &#8211; Getting Started and&nbsp;Configura&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sankar276</title>
		<link>http://blog.sqlauthority.com/2012/04/19/sql-server-performance-tuning-part-1-of-2-getting-started-and-configuration/#comment-277611</link>
		<dc:creator><![CDATA[sankar276]]></dc:creator>
		<pubDate>Thu, 19 Apr 2012 16:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=18290#comment-277611</guid>
		<description><![CDATA[Do u mean that DTA is not a good tool or it is not advisable to use? I agree it doesnot give 100% recommendation but it will give you an idea about where the issues are?? i would never implement them without first reviewing every suggestion.]]></description>
		<content:encoded><![CDATA[<p>Do u mean that DTA is not a good tool or it is not advisable to use? I agree it doesnot give 100% recommendation but it will give you an idea about where the issues are?? i would never implement them without first reviewing every suggestion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John M</title>
		<link>http://blog.sqlauthority.com/2012/04/19/sql-server-performance-tuning-part-1-of-2-getting-started-and-configuration/#comment-277512</link>
		<dc:creator><![CDATA[John M]]></dc:creator>
		<pubDate>Thu, 19 Apr 2012 09:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=18290#comment-277512</guid>
		<description><![CDATA[The Database Engine Tuning Advisor is a blunt tool that is no substitute for knowledge and experience in query tuning.  When it was introduced I think I used it once and gave up and continued tuning queries by hand.

It has its place as a tool for non-technical people who might have to look after databases occasionally.

I interviewed candidates for a SQL Database Development position recently and one candidate pretty much ruled themselves out by stating that the Tuning Advisor would be their first step in diagnosing a poorly running query.]]></description>
		<content:encoded><![CDATA[<p>The Database Engine Tuning Advisor is a blunt tool that is no substitute for knowledge and experience in query tuning.  When it was introduced I think I used it once and gave up and continued tuning queries by hand.</p>
<p>It has its place as a tool for non-technical people who might have to look after databases occasionally.</p>
<p>I interviewed candidates for a SQL Database Development position recently and one candidate pretty much ruled themselves out by stating that the Tuning Advisor would be their first step in diagnosing a poorly running query.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimitri</title>
		<link>http://blog.sqlauthority.com/2012/04/19/sql-server-performance-tuning-part-1-of-2-getting-started-and-configuration/#comment-277492</link>
		<dc:creator><![CDATA[Dimitri]]></dc:creator>
		<pubDate>Thu, 19 Apr 2012 08:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=18290#comment-277492</guid>
		<description><![CDATA[Looking forward to the second part]]></description>
		<content:encoded><![CDATA[<p>Looking forward to the second part</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rainmaker</title>
		<link>http://blog.sqlauthority.com/2012/04/19/sql-server-performance-tuning-part-1-of-2-getting-started-and-configuration/#comment-277430</link>
		<dc:creator><![CDATA[Rainmaker]]></dc:creator>
		<pubDate>Thu, 19 Apr 2012 02:28:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=18290#comment-277430</guid>
		<description><![CDATA[Hi Sir,
   May I ask why you do not use SQL Database Engine Tuning Advisor? 
Thanks.]]></description>
		<content:encoded><![CDATA[<p>Hi Sir,<br />
   May I ask why you do not use SQL Database Engine Tuning Advisor?<br />
Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
