<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Thomas Maurer (tm) &#187; MS SQL 2008</title>
	<atom:link href="http://www.thomasmaurer.ch/tag/ms-sql-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thomasmaurer.ch</link>
	<description>Just another private cloud weblog</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:10:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to integrate (slipstream) SQL Server 2008 and SP1</title>
		<link>http://www.thomasmaurer.ch/2010/02/how-to-integrate-slipstream-sql-server-2008-and-sp1/</link>
		<comments>http://www.thomasmaurer.ch/2010/02/how-to-integrate-slipstream-sql-server-2008-and-sp1/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 08:08:31 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[MS SQL 2008]]></category>
		<category><![CDATA[MS SQL Server 2008]]></category>
		<category><![CDATA[MS SQL Server 2008 SP1]]></category>
		<category><![CDATA[Slipstream]]></category>
		<category><![CDATA[SP1]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL 2008]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=419</guid>
		<description><![CDATA[To install SQL Server 2008 on a Windows Server 2008 R2 you need a slipstream version of SQL Server 2008 with integrated Servicepack 1. At the moment you can&#8217;t download SQL Server 2008 with integrated SP1, so you have to &#8230; <a href="http://www.thomasmaurer.ch/2010/02/how-to-integrate-slipstream-sql-server-2008-and-sp1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='small' href='http://www.thomasmaurer.ch/2010/02/how-to-integrate-slipstream-sql-server-2008-and-sp1/'></g:plusone></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.thomasmaurer.ch/2010/02/how-to-integrate-slipstream-sql-server-2008-and-sp1/" data-count="horizontal" data-text="How to integrate (slipstream) SQL Server 2008 and SP1" data-via="thomasmaurer" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='dd_button'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.thomasmaurer.ch%2F2010%2F02%2Fhow-to-integrate-slipstream-sql-server-2008-and-sp1%2F&amp;locale=en_US&amp;layout=button_count&amp;action=like&amp;width=92&amp;height=20&amp;colorscheme=light' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:92px; height:20px;' allowTransparency='true'></iframe></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p>To install SQL Server 2008 on a Windows Server 2008 R2 you need a slipstream version of SQL Server 2008 with integrated Servicepack 1. At the moment you can&#8217;t download SQL Server 2008 with integrated SP1, so you have to create your own slipstream version.</p>
<blockquote><p>1. Copy your original SQL Server 2008 source media to c:\SQLServer2008_FullSP1</p>
<p>2. Download Service Pack 1 from <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=66ab3dbb-bf3e-4f46-9559-ccc6a4f9dc19">http://www.microsoft.com/downloads/details.aspx?FamilyID=66ab3dbb-bf3e-4f46-9559-ccc6a4f9dc19</a>. The three architectures of Service Pack 1 should be included, the package names are as follows:</p>
<ul>
<li>SQLServer2008SP1-KB968369-IA64-ENU.exe</li>
<li>SQLServer2008SP1-KB968369-x64-ENU.exe</li>
<li>SQLServer2008SP1-KB968369-x86-ENU.exe</li>
</ul>
<p>3. Extract the packages as follows:</p>
<ul>
<li><code>SQLServer2008SP1-KB968369-IA64-ENU.exe /x:c:\SQLServer2008_FullSP1\PCU</code></li>
<li><code>SQLServer2008SP1-KB968369-x64-ENU.exe /x:c:\SQLServer2008_FullSP1\PCU</code></li>
<li><code>SQLServer2008SP1-KB968369-x86-ENU.exe /x:c:\SQLServer2008_FullSP1\PCU</code></li>
</ul>
<p>4. Copy Setup.exe and Setup.rll from the PCU extracted location to original source media location</p>
<ul>
<li><code>robocopy C:\SQLServer2008_FullSP1\PCU c:\SQLServer2008_FullSP1 Setup.exe</code></li>
<li><code>robocopy C:\SQLServer2008_FullSP1\PCU c:\SQLServer2008_FullSP1 Setup.rll</code></li>
</ul>
<p>5. Copy all files not the folders, <strong>except the Microsoft.SQL.Chainer.PackageData.dll</strong>, in c:\SQLServer2008_FullSP1\PCU\&lt;architecture&gt; to C:\SQLServer2008_FullSP1 \&lt;architecture&gt; to update the original files.</p>
<ul>
<li><code>robocopy C:\SQLServer2008_FullSP1\pcu\x86 C:\SQLServer2008_FullSP1\x86 /XF Microsoft.SQL.Chainer.PackageData.dll</code></li>
<li><code>robocopy C:\SQLServer2008_FullSP1\pcu\x64 C:\SQLServer2008_FullSP1\x64 /XF Microsoft.SQL.Chainer.PackageData.dll</code></li>
<li><code>robocopy C:\SQLServer2008_FullSP1\pcu\ia64 C:\SQLServer2008_FullSP1\ia64 /XF Microsoft.SQL.Chainer.PackageData.dll</code></li>
</ul>
<p>6. Determine if you have a defaultsetup.ini at the following locations:</p>
<ul>
<li>C:\SQLServer2008_FullSP1\x86</li>
<li>C:\SQLServer2008_FullSP1\x64</li>
<li>C:\SQLServer2008_FullSP1\ia64</li>
</ul>
<p>If you have a defaultsetup.ini, add PCUSOURCE=&#8221;{Full path}\PCU&#8221;.</p>
<p>NOTE: The {Full path} needs to be the absolute path to the PCU folder. If you will just be running from local folder it would be C:\SQLServer2008_FullSP1. If you will eventually share this folder out, {Full path} would be \\MyServer\SQLServer2008_FullSP1.</p>
<p>See question #11 <a href="http://blogs.msdn.com/petersad/archive/2009/04/24/sql-server-2008-slipstream-frequently-asked-questions.aspx">here</a> if you would like to use a relative path.<br />
;SQLSERVER2008 Configuration File</p>
<p>[SQLSERVER2008]</p>
<p>&#8230;</p>
<p><strong> PCUSOURCE=&#8221;{Full path}\PCU&#8221;</strong><br />
If you do NOT have a defaultsetup.ini, create one with the following content:<br />
;SQLSERVER2008 Configuration File</p>
<p>[SQLSERVER2008]</p>
<p>PCUSOURCE=&#8221;{full path}\PCU&#8221;<br />
and copy to the following locations:</p>
<p>C:\SQLServer2008_FullSP1\x86</p>
<p>C:\SQLServer2008_FullSP1\x64</p>
<p>C:\SQLServer2008_FullSP1\ia64<br />
This file will tell the setup program where to locate the SP1 source media that you extracted in step 3.<br />
7. Now run setup.exe as you normally would.</p></blockquote>
<p>More Information can be found on <a href="http://blogs.msdn.com/petersad/archive/2009/02/25/sql-server-2008-creating-a-merged-slisptream-drop.aspx">this msdn blog</a>. Thanks to <a href="http://blogs.msdn.com/user/Profile.aspx?UserID=170021">Peter Saddow</a>.</p>
<!-- Social Buttons Generated by Digg Digg plugin v4.5.3.4, 
    Author : Yong Mook Kim
    Website : http://www.diggdigg2u.com --><div class="shr-publisher-419"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2010/02/how-to-integrate-slipstream-sql-server-2008-and-sp1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

