<?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 Eric Humphrey</title>
	
	<link>http://www.erichumphrey.com</link>
	<description>aka @lotsahelp</description>
	<lastBuildDate>Wed, 27 Feb 2013 17:44:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForEricHumphrey" /><feedburner:info uri="commentsforerichumphrey" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Return value or 0 if negative by tucek</title>
		<link>http://feedproxy.google.com/~r/CommentsForEricHumphrey/~3/7RAiDVUJZqw/</link>
		<dc:creator>tucek</dc:creator>
		<pubDate>Wed, 27 Feb 2013 17:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichumphrey.com/2007/09/return-value-or-0-if-negative/#comment-240</guid>
		<description><![CDATA[just what i was looking for. thank you!]]></description>
		<content:encoded><![CDATA[<p>just what i was looking for. thank you!</p>
<img src="http://feeds.feedburner.com/~r/CommentsForEricHumphrey/~4/7RAiDVUJZqw" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.erichumphrey.com/2007/09/return-value-or-0-if-negative/#comment-240</feedburner:origLink></item>
	<item>
		<title>Comment on Change SQL Startup Parameters with PowerShell by lotsahelp</title>
		<link>http://feedproxy.google.com/~r/CommentsForEricHumphrey/~3/bwfRRb1Iohc/</link>
		<dc:creator>lotsahelp</dc:creator>
		<pubDate>Sat, 09 Feb 2013 03:14:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichumphrey.com/?p=152#comment-239</guid>
		<description><![CDATA[It&#039;s possible. This script just isn&#039;t written for it properly.]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s possible. This script just isn&#8217;t written for it properly.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForEricHumphrey/~4/bwfRRb1Iohc" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.erichumphrey.com/2011/03/change-sql-startup-parameters-with-powershell/#comment-239</feedburner:origLink></item>
	<item>
		<title>Comment on Change SQL Startup Parameters with PowerShell by Derek</title>
		<link>http://feedproxy.google.com/~r/CommentsForEricHumphrey/~3/rqI1M41qVSA/</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Fri, 08 Feb 2013 16:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichumphrey.com/?p=152#comment-238</guid>
		<description><![CDATA[What about adding it remotely?  I would like to use this to add the flag to multiple servers.]]></description>
		<content:encoded><![CDATA[<p>What about adding it remotely?  I would like to use this to add the flag to multiple servers.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForEricHumphrey/~4/rqI1M41qVSA" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.erichumphrey.com/2011/03/change-sql-startup-parameters-with-powershell/#comment-238</feedburner:origLink></item>
	<item>
		<title>Comment on Locking While Dropping or Altering an Index by Tony Lucero</title>
		<link>http://feedproxy.google.com/~r/CommentsForEricHumphrey/~3/93x4_Z7-pdo/</link>
		<dc:creator>Tony Lucero</dc:creator>
		<pubDate>Mon, 28 Jan 2013 18:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichumphrey.com/?p=208#comment-237</guid>
		<description><![CDATA[&quot;hypothetical index since neither are used by active queries?&quot;

I wouldn&#039;t be quite sure about that.  I seen hypothetical indexes referenced in execution plans.  I believe that internally the optimizer must divert back to the PK but have no evidence to backup.  However whats worse is proper stats arn&#039;t kept on the tables and furthermore the optimizer can&#039;t offer proper index choices to help you index correctly.  This is junk the last &quot;DBA&quot; left me from a failed index tuning job across of course all the busiest environments in my data center.  I came here in the situation your in and like you a downtime is in the near future....]]></description>
		<content:encoded><![CDATA[<p>&#8220;hypothetical index since neither are used by active queries?&#8221;</p>
<p>I wouldn&#8217;t be quite sure about that.  I seen hypothetical indexes referenced in execution plans.  I believe that internally the optimizer must divert back to the PK but have no evidence to backup.  However whats worse is proper stats arn&#8217;t kept on the tables and furthermore the optimizer can&#8217;t offer proper index choices to help you index correctly.  This is junk the last &#8220;DBA&#8221; left me from a failed index tuning job across of course all the busiest environments in my data center.  I came here in the situation your in and like you a downtime is in the near future&#8230;.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForEricHumphrey/~4/93x4_Z7-pdo" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.erichumphrey.com/2011/05/locking_drop_index/#comment-237</feedburner:origLink></item>
	<item>
		<title>Comment on Change SQL Startup Parameters with PowerShell by lotsahelp</title>
		<link>http://feedproxy.google.com/~r/CommentsForEricHumphrey/~3/Tu2W7wcrm5Q/</link>
		<dc:creator>lotsahelp</dc:creator>
		<pubDate>Wed, 09 Jan 2013 20:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichumphrey.com/?p=152#comment-236</guid>
		<description><![CDATA[It&#039;s currently coded to do one at a time. I might update it to accept more when I have spare time.]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s currently coded to do one at a time. I might update it to accept more when I have spare time.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForEricHumphrey/~4/Tu2W7wcrm5Q" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.erichumphrey.com/2011/03/change-sql-startup-parameters-with-powershell/#comment-236</feedburner:origLink></item>
	<item>
		<title>Comment on Change SQL Startup Parameters with PowerShell by John</title>
		<link>http://feedproxy.google.com/~r/CommentsForEricHumphrey/~3/QUQjMb_do_s/</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 09 Jan 2013 19:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichumphrey.com/?p=152#comment-235</guid>
		<description><![CDATA[Does this also work for multiple trace like -T1117 and -T1118 at the same time or would i need to run it twice ?]]></description>
		<content:encoded><![CDATA[<p>Does this also work for multiple trace like -T1117 and -T1118 at the same time or would i need to run it twice ?</p>
<img src="http://feeds.feedburner.com/~r/CommentsForEricHumphrey/~4/QUQjMb_do_s" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.erichumphrey.com/2011/03/change-sql-startup-parameters-with-powershell/#comment-235</feedburner:origLink></item>
	<item>
		<title>Comment on Extract CLR Assemblies from SQL Server by lotsahelp</title>
		<link>http://feedproxy.google.com/~r/CommentsForEricHumphrey/~3/JCRR0VYPmq0/</link>
		<dc:creator>lotsahelp</dc:creator>
		<pubDate>Mon, 07 Jan 2013 21:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichumphrey.com/?p=282#comment-234</guid>
		<description><![CDATA[Yes, this is powershell code.]]></description>
		<content:encoded><![CDATA[<p>Yes, this is powershell code.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForEricHumphrey/~4/JCRR0VYPmq0" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.erichumphrey.com/2012/03/extract-clr-assemblies-from-sql-server/#comment-234</feedburner:origLink></item>
	<item>
		<title>Comment on Extract CLR Assemblies from SQL Server by viktor</title>
		<link>http://feedproxy.google.com/~r/CommentsForEricHumphrey/~3/0VHVXi-oLOM/</link>
		<dc:creator>viktor</dc:creator>
		<pubDate>Mon, 07 Jan 2013 20:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichumphrey.com/?p=282#comment-233</guid>
		<description><![CDATA[Is it PowerShell?
Thank you.]]></description>
		<content:encoded><![CDATA[<p>Is it PowerShell?<br />
Thank you.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForEricHumphrey/~4/0VHVXi-oLOM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.erichumphrey.com/2012/03/extract-clr-assemblies-from-sql-server/#comment-233</feedburner:origLink></item>
	<item>
		<title>Comment on A Seat at Two Masters’ Table by So why do you want to come to our training? And the winner is… | Paul S. Randal</title>
		<link>http://feedproxy.google.com/~r/CommentsForEricHumphrey/~3/LRUNG9ddjCA/</link>
		<dc:creator>So why do you want to come to our training? And the winner is… | Paul S. Randal</dc:creator>
		<pubDate>Thu, 03 Jan 2013 15:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichumphrey.com/?p=61#comment-232</guid>
		<description><![CDATA[[...] Eric Humphrey: A Seat at Two Masters&#8217; Table [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Eric Humphrey: A Seat at Two Masters&rsquo; Table [...]</p>
<img src="http://feeds.feedburner.com/~r/CommentsForEricHumphrey/~4/LRUNG9ddjCA" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.erichumphrey.com/2011/01/a-seat-at-two-masters-table/#comment-232</feedburner:origLink></item>
	<item>
		<title>Comment on SQLskills Immersion Event on Internals and Performance – Day 4 by Our February Immersion Event in Dallas, TX – Final Wrap-up | Kimberly L. Tripp</title>
		<link>http://feedproxy.google.com/~r/CommentsForEricHumphrey/~3/WbHkxx0wi8E/</link>
		<dc:creator>Our February Immersion Event in Dallas, TX – Final Wrap-up | Kimberly L. Tripp</dc:creator>
		<pubDate>Wed, 02 Jan 2013 14:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichumphrey.com/?p=138#comment-231</guid>
		<description><![CDATA[[...] SQLskills Immersion Event on Internals and Performance &#8211; Day 4 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQLskills Immersion Event on Internals and Performance &ndash; Day 4 [...]</p>
<img src="http://feeds.feedburner.com/~r/CommentsForEricHumphrey/~4/WbHkxx0wi8E" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.erichumphrey.com/2011/02/sqlskills-dallas-feb2011-day4/#comment-231</feedburner:origLink></item>
</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

 Served from: www.erichumphrey.com @ 2013-02-27 14:41:43 by W3 Total Cache -->
