<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for SQL Server Internals and Troubleshooting</title>
	
	<link>http://sqlservertroubleshooting.com</link>
	<description>A hands-on resource for SQL Server 2008 troubleshooting methods and tools.</description>
	<lastBuildDate>Tue, 05 Apr 2011 13:59:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForSqlServerInternalsAndTroubleshooting" /><feedburner:info uri="commentsforsqlserverinternalsandtroubleshooting" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Chapter 11 – SQLDiag and PerfStats by Harvey Mace</title>
		<link>http://feedproxy.google.com/~r/CommentsForSqlServerInternalsAndTroubleshooting/~3/8ri8tcrG2xs/</link>
		<dc:creator>Harvey Mace</dc:creator>
		<pubDate>Tue, 05 Apr 2011 13:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://sqlservertroubleshooting.com/?page_id=165#comment-2119</guid>
		<description>Hi Mladen
this was frustrating me for a while too. I chopped everything out of the .XML file until I found out you have to change ssver from 10 to 10.5 (2008R2 is version 10.5)
Harvey</description>
		<content:encoded><![CDATA[<p>Hi Mladen<br />
this was frustrating me for a while too. I chopped everything out of the .XML file until I found out you have to change ssver from 10 to 10.5 (2008R2 is version 10.5)<br />
Harvey</p>
<img src="http://feeds.feedburner.com/~r/CommentsForSqlServerInternalsAndTroubleshooting/~4/8ri8tcrG2xs" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sqlservertroubleshooting.com/about-the-book/chapter-11-sqldiag-and-perfstats/comment-page-1/#comment-2119</feedburner:origLink></item>
	<item>
		<title>Comment on Chapter 11 – SQLDiag and PerfStats by Mladen Andrijasevic</title>
		<link>http://feedproxy.google.com/~r/CommentsForSqlServerInternalsAndTroubleshooting/~3/tg6sM4gCiBA/</link>
		<dc:creator>Mladen Andrijasevic</dc:creator>
		<pubDate>Tue, 29 Mar 2011 15:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://sqlservertroubleshooting.com/?page_id=165#comment-1999</guid>
		<description>Do PerfStats and SQLDiag run under SQL S2008 R2 RTM?

I had no problem running  PerfStats,SQLDiag and SQL Nexus 
under SQL 2008 SP2 but when I try running 

StartSQLDiagTrace2008.cmd   with  SQLDiagPerfStats_Trace2008.XML
under  SQL S2008 R2 RTM

I get 

2011/03/29 13:24:35.69 SQLDIAG There are no instances of version 10 on this computer

2011/03/29 13:24:35.69 SQLDIAG . Function result: 87. Message: The parameter is incorrect.

Is this a known problem?

Thanks</description>
		<content:encoded><![CDATA[<p>Do PerfStats and SQLDiag run under SQL S2008 R2 RTM?</p>
<p>I had no problem running  PerfStats,SQLDiag and SQL Nexus<br />
under SQL 2008 SP2 but when I try running </p>
<p>StartSQLDiagTrace2008.cmd   with  SQLDiagPerfStats_Trace2008.XML<br />
under  SQL S2008 R2 RTM</p>
<p>I get </p>
<p>2011/03/29 13:24:35.69 SQLDIAG There are no instances of version 10 on this computer</p>
<p>2011/03/29 13:24:35.69 SQLDIAG . Function result: 87. Message: The parameter is incorrect.</p>
<p>Is this a known problem?</p>
<p>Thanks</p>
<img src="http://feeds.feedburner.com/~r/CommentsForSqlServerInternalsAndTroubleshooting/~4/tg6sM4gCiBA" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sqlservertroubleshooting.com/about-the-book/chapter-11-sqldiag-and-perfstats/comment-page-1/#comment-1999</feedburner:origLink></item>
	<item>
		<title>Comment on Steven Wort by Ben Seaman</title>
		<link>http://feedproxy.google.com/~r/CommentsForSqlServerInternalsAndTroubleshooting/~3/m8oHVzPLHmU/</link>
		<dc:creator>Ben Seaman</dc:creator>
		<pubDate>Mon, 18 Oct 2010 13:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://sqlservertroubleshooting.com/?page_id=25#comment-771</guid>
		<description>Thanks for the quick response Brent - and that makes sense. I suppose I just thought that since the main cause of concern with hyperthreading for SQL seems to be parallelization of queries onto 'fake' cores leading to contention between the HT pair (if they are both chosen to handle threads for the same query), that at least you could see if your queries sped up by taking them out of the affinity mask.</description>
		<content:encoded><![CDATA[<p>Thanks for the quick response Brent &#8211; and that makes sense. I suppose I just thought that since the main cause of concern with hyperthreading for SQL seems to be parallelization of queries onto &#8216;fake&#8217; cores leading to contention between the HT pair (if they are both chosen to handle threads for the same query), that at least you could see if your queries sped up by taking them out of the affinity mask.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForSqlServerInternalsAndTroubleshooting/~4/m8oHVzPLHmU" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sqlservertroubleshooting.com/authors/steven-wort/comment-page-1/#comment-771</feedburner:origLink></item>
	<item>
		<title>Comment on Steven Wort by Brent Ozar</title>
		<link>http://feedproxy.google.com/~r/CommentsForSqlServerInternalsAndTroubleshooting/~3/bPHx3uAyqco/</link>
		<dc:creator>Brent Ozar</dc:creator>
		<pubDate>Mon, 18 Oct 2010 13:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://sqlservertroubleshooting.com/?page_id=25#comment-770</guid>
		<description>Ben - no, unfortunately, that doesn't give you the same effect.  Remember that the OS, drivers, and background tasks will still be running and unaffected by the affinity mask.  They'll still be submitting work to the CPUs.</description>
		<content:encoded><![CDATA[<p>Ben &#8211; no, unfortunately, that doesn&#8217;t give you the same effect.  Remember that the OS, drivers, and background tasks will still be running and unaffected by the affinity mask.  They&#8217;ll still be submitting work to the CPUs.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForSqlServerInternalsAndTroubleshooting/~4/bPHx3uAyqco" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sqlservertroubleshooting.com/authors/steven-wort/comment-page-1/#comment-770</feedburner:origLink></item>
	<item>
		<title>Comment on Steven Wort by Ben Seaman</title>
		<link>http://feedproxy.google.com/~r/CommentsForSqlServerInternalsAndTroubleshooting/~3/a6DBJPIH1kg/</link>
		<dc:creator>Ben Seaman</dc:creator>
		<pubDate>Mon, 18 Oct 2010 13:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://sqlservertroubleshooting.com/?page_id=25#comment-769</guid>
		<description>Hi Steven,

On pages 140-141 where you talk about the use of hyperthreading and the fact that you may not see any improvement for OLTP workloads (or in fact a degradation). I would like to test my system but ideally don't want to reboot my server and change the BIOS setting. I was wondering about just setting the affinity mask so that each even CPU core was deactivated (my server is dedicated to SQL and has only one instance). Would you agree that this would have the same net effect as disabling hyperthreading? It would have the advantage of not emptying my plan cache/buffer pools as well as obviously not causing any downtime.

Cheers,
Ben</description>
		<content:encoded><![CDATA[<p>Hi Steven,</p>
<p>On pages 140-141 where you talk about the use of hyperthreading and the fact that you may not see any improvement for OLTP workloads (or in fact a degradation). I would like to test my system but ideally don&#8217;t want to reboot my server and change the BIOS setting. I was wondering about just setting the affinity mask so that each even CPU core was deactivated (my server is dedicated to SQL and has only one instance). Would you agree that this would have the same net effect as disabling hyperthreading? It would have the advantage of not emptying my plan cache/buffer pools as well as obviously not causing any downtime.</p>
<p>Cheers,<br />
Ben</p>
<img src="http://feeds.feedburner.com/~r/CommentsForSqlServerInternalsAndTroubleshooting/~4/a6DBJPIH1kg" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sqlservertroubleshooting.com/authors/steven-wort/comment-page-1/#comment-769</feedburner:origLink></item>
	<item>
		<title>Comment on Great Book Reviews of Professional SQL Server 2008 Internals and Troubleshooting by Senthilnathan Thiru</title>
		<link>http://feedproxy.google.com/~r/CommentsForSqlServerInternalsAndTroubleshooting/~3/ExaLsFLP8CY/</link>
		<dc:creator>Senthilnathan Thiru</dc:creator>
		<pubDate>Tue, 05 Oct 2010 21:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://sqlservertroubleshooting.com/?p=177#comment-722</guid>
		<description>Professional SQL Server 2008 Internals and Troubleshooting is a great reference and learning guide for DBA's and database developers.
A great addition to your reference library.</description>
		<content:encoded><![CDATA[<p>Professional SQL Server 2008 Internals and Troubleshooting is a great reference and learning guide for DBA&#8217;s and database developers.<br />
A great addition to your reference library.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForSqlServerInternalsAndTroubleshooting/~4/ExaLsFLP8CY" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sqlservertroubleshooting.com/2010/02/great-book-reviews-of-professional-sql-server-2008-internals-and-troubleshooting/comment-page-1/#comment-722</feedburner:origLink></item>
	<item>
		<title>Comment on SQL Server 2008 Internals &amp; Troubleshooting by Brent Ozar</title>
		<link>http://feedproxy.google.com/~r/CommentsForSqlServerInternalsAndTroubleshooting/~3/tkwrM0I0_go/</link>
		<dc:creator>Brent Ozar</dc:creator>
		<pubDate>Tue, 03 Aug 2010 15:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://sqlservertroubleshooting.com/?p=50#comment-486</guid>
		<description>Yes, just go to the Wiley site for our book and it's listed in the download page.  Thanks!</description>
		<content:encoded><![CDATA[<p>Yes, just go to the Wiley site for our book and it&#8217;s listed in the download page.  Thanks!</p>
<img src="http://feeds.feedburner.com/~r/CommentsForSqlServerInternalsAndTroubleshooting/~4/tkwrM0I0_go" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sqlservertroubleshooting.com/2009/12/sql-server-2008-internals-troubleshooting/comment-page-1/#comment-486</feedburner:origLink></item>
	<item>
		<title>Comment on SQL Server 2008 Internals &amp; Troubleshooting by Bryn Ellis</title>
		<link>http://feedproxy.google.com/~r/CommentsForSqlServerInternalsAndTroubleshooting/~3/Takir1BAGQI/</link>
		<dc:creator>Bryn Ellis</dc:creator>
		<pubDate>Tue, 03 Aug 2010 13:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://sqlservertroubleshooting.com/?p=50#comment-485</guid>
		<description>Brent

Wonder if you got anywhere with finding out how to download Chapter 16 of the book?

Regards
Bryn</description>
		<content:encoded><![CDATA[<p>Brent</p>
<p>Wonder if you got anywhere with finding out how to download Chapter 16 of the book?</p>
<p>Regards<br />
Bryn</p>
<img src="http://feeds.feedburner.com/~r/CommentsForSqlServerInternalsAndTroubleshooting/~4/Takir1BAGQI" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sqlservertroubleshooting.com/2009/12/sql-server-2008-internals-troubleshooting/comment-page-1/#comment-485</feedburner:origLink></item>
	<item>
		<title>Comment on Reviews by Brent Ozar</title>
		<link>http://feedproxy.google.com/~r/CommentsForSqlServerInternalsAndTroubleshooting/~3/0f_LiwZLw3g/</link>
		<dc:creator>Brent Ozar</dc:creator>
		<pubDate>Fri, 21 May 2010 12:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://sqlservertroubleshooting.com/?page_id=67#comment-349</guid>
		<description>Thanks, Anu, glad you liked it!</description>
		<content:encoded><![CDATA[<p>Thanks, Anu, glad you liked it!</p>
<img src="http://feeds.feedburner.com/~r/CommentsForSqlServerInternalsAndTroubleshooting/~4/0f_LiwZLw3g" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sqlservertroubleshooting.com/reviews/comment-page-1/#comment-349</feedburner:origLink></item>
	<item>
		<title>Comment on Reviews by Anu Chawla</title>
		<link>http://feedproxy.google.com/~r/CommentsForSqlServerInternalsAndTroubleshooting/~3/OSO6acXzb5Y/</link>
		<dc:creator>Anu Chawla</dc:creator>
		<pubDate>Thu, 20 May 2010 21:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://sqlservertroubleshooting.com/?page_id=67#comment-347</guid>
		<description>This is a great book which I have been recommending to my ISV Partners and Customers. The authors have done an excellent job of taking very important concepts and making them easy to understand. The scripts that are available on the web and accompany the book will make the DBA job easier.
Great Work!</description>
		<content:encoded><![CDATA[<p>This is a great book which I have been recommending to my ISV Partners and Customers. The authors have done an excellent job of taking very important concepts and making them easy to understand. The scripts that are available on the web and accompany the book will make the DBA job easier.<br />
Great Work!</p>
<img src="http://feeds.feedburner.com/~r/CommentsForSqlServerInternalsAndTroubleshooting/~4/OSO6acXzb5Y" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sqlservertroubleshooting.com/reviews/comment-page-1/#comment-347</feedburner:origLink></item>
</channel>
</rss>

