<?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: SQL 2005 Install Error</title>
	<atom:link href="http://thomaslarock.com/2009/04/sql-2005-install-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://thomaslarock.com/2009/04/sql-2005-install-error/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 16:15:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: SQLBatman</title>
		<link>http://thomaslarock.com/2009/04/sql-2005-install-error/comment-page-1/#comment-547</link>
		<dc:creator>SQLBatman</dc:creator>
		<pubDate>Tue, 21 Apr 2009 20:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://sqlbatman.com/?p=1625#comment-547</guid>
		<description>thanks Chad!</description>
		<content:encoded><![CDATA[<p>thanks Chad!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad Miller</title>
		<link>http://thomaslarock.com/2009/04/sql-2005-install-error/comment-page-1/#comment-546</link>
		<dc:creator>Chad Miller</dc:creator>
		<pubDate>Tue, 21 Apr 2009 19:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://sqlbatman.com/?p=1625#comment-546</guid>
		<description>I hit the same issue a few months ago and used the workaround of setting the proc to 1 as described in the KB article you referenced. After the base 2005 install is complete you can then apply SP2. Once SP2 is applied you can set the procs back to original setting. I blogged about it here:
http://chadwickmiller.spaces.live.com/blog/cns!EA42395138308430!265.entry</description>
		<content:encoded><![CDATA[<p>I hit the same issue a few months ago and used the workaround of setting the proc to 1 as described in the KB article you referenced. After the base 2005 install is complete you can then apply SP2. Once SP2 is applied you can set the procs back to original setting. I blogged about it here:<br />
<a href="http://chadwickmiller.spaces.live.com/blog/cns!EA42395138308430!265.entry" rel="nofollow">http://chadwickmiller.spaces.live.com/blog/cns!EA42395138308430!265.entry</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://thomaslarock.com/2009/04/sql-2005-install-error/comment-page-1/#comment-545</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 21 Apr 2009 19:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://sqlbatman.com/?p=1625#comment-545</guid>
		<description>Hey if you can get a SQL 2008 license out of this, that sounds like a better way to go.  :)

FYI - here is a sample of what our Boot.ini looks like on the test server we used.

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS=&quot;Windows Server 2003 Standard x64 Edition&quot; /noexecute=optout /fastdetect /NUMPROC=8</description>
		<content:encoded><![CDATA[<p>Hey if you can get a SQL 2008 license out of this, that sounds like a better way to go.  <img src="http://thomaslarock.com/wp-includes/images/smilies/icon_smile.gif?9d7bd4" alt=':)' class='wp-smiley' /> </p>
<p>FYI &#8211; here is a sample of what our Boot.ini looks like on the test server we used.</p>
<p>[boot loader]<br />
timeout=30<br />
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS<br />
[operating systems]<br />
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS=&#8221;Windows Server 2003 Standard x64 Edition&#8221; /noexecute=optout /fastdetect /NUMPROC=8</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQLBatman</title>
		<link>http://thomaslarock.com/2009/04/sql-2005-install-error/comment-page-1/#comment-544</link>
		<dc:creator>SQLBatman</dc:creator>
		<pubDate>Tue, 21 Apr 2009 19:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://sqlbatman.com/?p=1625#comment-544</guid>
		<description>interesting workaround. i like how you use it for some load testing as well, perhaps we could &quot;borrow&quot; your suggestion.

then again, i could just tell them to buy a product that uses sql 2008, which will not error out upon install.</description>
		<content:encoded><![CDATA[<p>interesting workaround. i like how you use it for some load testing as well, perhaps we could &#8220;borrow&#8221; your suggestion.</p>
<p>then again, i could just tell them to buy a product that uses sql 2008, which will not error out upon install.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://thomaslarock.com/2009/04/sql-2005-install-error/comment-page-1/#comment-543</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 21 Apr 2009 18:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://sqlbatman.com/?p=1625#comment-543</guid>
		<description>You can try modifying the boot.ini to add /NUMPROC=XX so that Windows only sees the number of processors you need.  Then once SQL Server 2005 SP1 is fully installed, modify the boot.ini to undo this.

We used this switch to do CPU load testing on our 8-core machine (2 socket) to emulate from 1 to 8 cores and it worked like a charm.</description>
		<content:encoded><![CDATA[<p>You can try modifying the boot.ini to add /NUMPROC=XX so that Windows only sees the number of processors you need.  Then once SQL Server 2005 SP1 is fully installed, modify the boot.ini to undo this.</p>
<p>We used this switch to do CPU load testing on our 8-core machine (2 socket) to emulate from 1 to 8 cores and it worked like a charm.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 9/16 queries in 0.008 seconds using disk: basic
Object Caching 485/490 objects using disk: basic

Served from: thomaslarock.com @ 2012-02-08 16:34:24 -->
