<?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/"
		>
<channel>
	<title>Comments on: How to use SP_CONFIGURE in SQL Server</title>
	<atom:link href="http://www.straightpathsql.com/archives/2009/10/how-to-use-sp_configure-in-sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.straightpathsql.com/archives/2009/10/how-to-use-sp_configure-in-sql-server/</link>
	<description>Mike Walsh&#039;s Thoughts on SQL Server, Professional Development and Life</description>
	<lastBuildDate>Fri, 30 Jul 2010 18:02:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Get the Server level default connection properties for SQL Server using T-SQL &#124; Sankar Reddy, SQL Server Developer/DBA</title>
		<link>http://www.straightpathsql.com/archives/2009/10/how-to-use-sp_configure-in-sql-server/comment-page-1/#comment-190</link>
		<dc:creator>Get the Server level default connection properties for SQL Server using T-SQL &#124; Sankar Reddy, SQL Server Developer/DBA</dc:creator>
		<pubDate>Mon, 08 Feb 2010 16:27:18 +0000</pubDate>
		<guid isPermaLink="false">http://straightpathsql.mikewalshonline.com/?p=61#comment-190</guid>
		<description>[...] How to use SP_CONFIGURE in SQL Server T-SQL Bitwise Operations  February 8th, 2010 &#124; Category: SQL Server, SQL Server 2005, SQL Server 2008, SQLServerPedia Syndication [...]</description>
		<content:encoded><![CDATA[<p>[...] How to use SP_CONFIGURE in SQL Server T-SQL Bitwise Operations  February 8th, 2010 | Category: SQL Server, SQL Server 2005, SQL Server 2008, SQLServerPedia Syndication [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Walsh</title>
		<link>http://www.straightpathsql.com/archives/2009/10/how-to-use-sp_configure-in-sql-server/comment-page-1/#comment-103</link>
		<dc:creator>Mike Walsh</dc:creator>
		<pubDate>Tue, 27 Oct 2009 05:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://straightpathsql.mikewalshonline.com/?p=61#comment-103</guid>
		<description>&lt;p&gt;Never even noticed the transform noise warning option. :-) &lt;br/&gt;Glad you liked the post, Ken. Great point about making sure your settings work on both nodes. I&#039;ve been bitten by similar &quot;oopses&quot; in the past.. Made a change to local policies on active node in a pinch for an issue.. &quot;I&#039;ll get to the passive node when I can.&quot; Well sometimes &quot;when I can&quot; doesn&#039;t happen until a failover happens and users call.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Never even noticed the transform noise warning option. <img src='http://www.straightpathsql.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  <br />Glad you liked the post, Ken. Great point about making sure your settings work on both nodes. I&#8217;ve been bitten by similar &quot;oopses&quot; in the past.. Made a change to local policies on active node in a pinch for an issue.. &quot;I&#8217;ll get to the passive node when I can.&quot; Well sometimes &quot;when I can&quot; doesn&#8217;t happen until a failover happens and users call.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Lee</title>
		<link>http://www.straightpathsql.com/archives/2009/10/how-to-use-sp_configure-in-sql-server/comment-page-1/#comment-102</link>
		<dc:creator>Ken Lee</dc:creator>
		<pubDate>Tue, 27 Oct 2009 00:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://straightpathsql.mikewalshonline.com/?p=61#comment-102</guid>
		<description>&lt;p&gt;By the way, I am not asking you &quot;what the heck...&quot;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>By the way, I am not asking you &quot;what the heck&#8230;&quot;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Lee</title>
		<link>http://www.straightpathsql.com/archives/2009/10/how-to-use-sp_configure-in-sql-server/comment-page-1/#comment-101</link>
		<dc:creator>Ken Lee</dc:creator>
		<pubDate>Mon, 26 Oct 2009 23:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://straightpathsql.mikewalshonline.com/?p=61#comment-101</guid>
		<description>&lt;p&gt;Thanks for the reminder to look up options. Interesting how many options that were introduced in 2005 are depreciated in 2008. (A lesson in &quot;Think before doing&quot;?) Also interesting that Microsoft included a user rant in their books online. (What the heck is &quot;transform noise words&quot;.)&lt;/p&gt;&lt;p&gt;I ran into a situation in SQL 2000 that may be of interest. We had AWE enabled set on and left 2GB available on an 8GB machine, except we had clustered SQL set up. During a maintenance window I asked to fail over one of the servers so I could install the new software and restart the server. That failed. The original server was using its 6GB and the new SQL instance tried to grab 6GB without checking to see if the memory was available.&lt;/p&gt;&lt;p&gt;IE Make sure you have the memory available to run both instances of SQL on one server when you set up clusters.&lt;/p&gt;&lt;p&gt;PS Since you can list the options, I prefer options fully spelled out. Just like I don&#039;t like old style joins.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the reminder to look up options. Interesting how many options that were introduced in 2005 are depreciated in 2008. (A lesson in &quot;Think before doing&quot;?) Also interesting that Microsoft included a user rant in their books online. (What the heck is &quot;transform noise words&quot;.)</p>
<p>I ran into a situation in SQL 2000 that may be of interest. We had AWE enabled set on and left 2GB available on an 8GB machine, except we had clustered SQL set up. During a maintenance window I asked to fail over one of the servers so I could install the new software and restart the server. That failed. The original server was using its 6GB and the new SQL instance tried to grab 6GB without checking to see if the memory was available.</p>
<p>IE Make sure you have the memory available to run both instances of SQL on one server when you set up clusters.</p>
<p>PS Since you can list the options, I prefer options fully spelled out. Just like I don&#8217;t like old style joins.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Walsh</title>
		<link>http://www.straightpathsql.com/archives/2009/10/how-to-use-sp_configure-in-sql-server/comment-page-1/#comment-100</link>
		<dc:creator>Mike Walsh</dc:creator>
		<pubDate>Mon, 26 Oct 2009 22:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://straightpathsql.mikewalshonline.com/?p=61#comment-100</guid>
		<description>&lt;p&gt;Hey Laura - I just re-read my post and I see why one could be confused but I think we are saying the same thing. The below quote is from the blog post:&lt;/p&gt;&lt;p&gt;&quot;run_value - What value is currently running? Difference between this and above? You make a change but don&#039;t restart or run reconfigure: The config_value and run_value will be different until that reconfigure (if dynamic) or restart.&quot;&lt;/p&gt;&lt;p&gt;I will clarify that in an update today but what I am saying is what you said. The Config Value and Run Value will be different &lt;b&gt;until&lt;/b&gt; you either restart (if the setting is not dynamic) or run reconfigure (if the setting is dynamic) SQL Server.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey Laura &#8211; I just re-read my post and I see why one could be confused but I think we are saying the same thing. The below quote is from the blog post:</p>
<p>&quot;run_value &#8211; What value is currently running? Difference between this and above? You make a change but don&#8217;t restart or run reconfigure: The config_value and run_value will be different until that reconfigure (if dynamic) or restart.&quot;</p>
<p>I will clarify that in an update today but what I am saying is what you said. The Config Value and Run Value will be different <b>until</b> you either restart (if the setting is not dynamic) or run reconfigure (if the setting is dynamic) SQL Server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LauraV</title>
		<link>http://www.straightpathsql.com/archives/2009/10/how-to-use-sp_configure-in-sql-server/comment-page-1/#comment-99</link>
		<dc:creator>LauraV</dc:creator>
		<pubDate>Mon, 26 Oct 2009 16:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://straightpathsql.mikewalshonline.com/?p=61#comment-99</guid>
		<description>&lt;p&gt;Actually, config_value and run_value may be different depending on if the SQLSERVER service has been restarted since the parameter was set....&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Actually, config_value and run_value may be different depending on if the SQLSERVER service has been restarted since the parameter was set&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
