<?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: Installation problems with SQL Server 2008</title>
	<atom:link href="http://www.entwicklungsgedanken.de/2009/01/28/installation-problems-with-sql-server-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.entwicklungsgedanken.de/2009/01/28/installation-problems-with-sql-server-2008/</link>
	<description>Verschiedene Gedanken rund um die Softwareentwicklung</description>
	<lastBuildDate>Fri, 09 Jul 2010 22:14:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Mike</title>
		<link>http://www.entwicklungsgedanken.de/2009/01/28/installation-problems-with-sql-server-2008/comment-page-1/#comment-474</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 27 Aug 2009 13:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.entwicklungsgedanken.de/?p=181#comment-474</guid>
		<description>Dear Sir,

This method does not work and the error message is that there is no instance of SQL server to be updated.</description>
		<content:encoded><![CDATA[<p>Dear Sir,</p>
<p>This method does not work and the error message is that there is no instance of SQL server to be updated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Bartels</title>
		<link>http://www.entwicklungsgedanken.de/2009/01/28/installation-problems-with-sql-server-2008/comment-page-1/#comment-411</link>
		<dc:creator>Eric Bartels</dc:creator>
		<pubDate>Mon, 01 Jun 2009 17:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.entwicklungsgedanken.de/?p=181#comment-411</guid>
		<description>Hi Darryl,

thank you for the Information!</description>
		<content:encoded><![CDATA[<p>Hi Darryl,</p>
<p>thank you for the Information!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darryl Skeard</title>
		<link>http://www.entwicklungsgedanken.de/2009/01/28/installation-problems-with-sql-server-2008/comment-page-1/#comment-409</link>
		<dc:creator>Darryl Skeard</dc:creator>
		<pubDate>Fri, 29 May 2009 18:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.entwicklungsgedanken.de/?p=181#comment-409</guid>
		<description>According to the Microsoft Help and Support Website, this problem is fixed in SQL Server  2008 SP 1.  The following article gives instructions to use a &quot;Slipstream&quot; method to install the release version of SQL Server 2008 and SQL Server 2008 Service Pack 1 at the same time.
http://support.microsoft.com/kb/969672/

Instructions for slipstreaming the installation can be found at http://msdn.microsoft.com/en-us/library/dd638062.aspx#Slipstream

By using the Slipstream method, I was able to install both the server and the service patch at the same time, without uninstalling MSXML 6 SP2.  There are a couple of issues that could trip someone up, though.  To the posting referenced above, I add the following notes:

If there was a prior installation of SQL Server 2008 that included Reporting services, the installation may fail, returning the message, &quot;The Reporting Services catalog database file exists. Select a Reporting Services files-only mode installation.&quot;  If that happens, setting the reporting services installation mode to &quot;Files Only&quot;, using the parameter settting, RSINSTALLMODE=&quot;FilesOnlyMode&quot;, will allow the installation to proceed.

As of May 29, 2009 (when this was written) there were no cumulative updates to SQL Server 2008 -- there is only Service Pack 1.  So, step 4 in the procedure under the heading &quot;Slipstream a SQL Server Update / Overview&quot;, can be skipped.  With a proper configuration file, the entire installation can be done hands-free, by issuing the following two commands in the Command Prompt window, or in a batch file:

en_sql_server_2008_sp1_x86 /QS=&quot;True&quot;

D:\SETUP /CONFIGURATIONFILE=&quot;InstallSqlServr2008Config.ini&quot;

while en_sql_server_2008_sp1_x86.exe is in the current working directory.

Note that the service pack installer is run BEFORE the SQL Server installer.  This loads the support files, and enables the slipstream method of installation.

Replace D: with the actual drive letter of the DVD drive containing the SQL Server 2008 Setup disk.

The flag /QS=&quot;True&quot; causes the service pack to install without prompting the user -- avoids having to answer the &quot;Do you accept the terms of the EULA&quot; and such.  The &quot;/Action&quot; parameter is NOT valid for the service pack installation, and will cause the installation to terminate with an error, if included.  It may be included for the SQL Server main installation, either on the command line or within the configuration file.</description>
		<content:encoded><![CDATA[<p>According to the Microsoft Help and Support Website, this problem is fixed in SQL Server  2008 SP 1.  The following article gives instructions to use a &#8220;Slipstream&#8221; method to install the release version of SQL Server 2008 and SQL Server 2008 Service Pack 1 at the same time.<br />
<a href="http://support.microsoft.com/kb/969672/" rel="nofollow">http://support.microsoft.com/kb/969672/</a></p>
<p>Instructions for slipstreaming the installation can be found at <a href="http://msdn.microsoft.com/en-us/library/dd638062.aspx#Slipstream" rel="nofollow">http://msdn.microsoft.com/en-us/library/dd638062.aspx#Slipstream</a></p>
<p>By using the Slipstream method, I was able to install both the server and the service patch at the same time, without uninstalling MSXML 6 SP2.  There are a couple of issues that could trip someone up, though.  To the posting referenced above, I add the following notes:</p>
<p>If there was a prior installation of SQL Server 2008 that included Reporting services, the installation may fail, returning the message, &#8220;The Reporting Services catalog database file exists. Select a Reporting Services files-only mode installation.&#8221;  If that happens, setting the reporting services installation mode to &#8220;Files Only&#8221;, using the parameter settting, RSINSTALLMODE=&#8221;FilesOnlyMode&#8221;, will allow the installation to proceed.</p>
<p>As of May 29, 2009 (when this was written) there were no cumulative updates to SQL Server 2008 &#8212; there is only Service Pack 1.  So, step 4 in the procedure under the heading &#8220;Slipstream a SQL Server Update / Overview&#8221;, can be skipped.  With a proper configuration file, the entire installation can be done hands-free, by issuing the following two commands in the Command Prompt window, or in a batch file:</p>
<p>en_sql_server_2008_sp1_x86 /QS=&#8221;True&#8221;</p>
<p>D:\SETUP /CONFIGURATIONFILE=&#8221;InstallSqlServr2008Config.ini&#8221;</p>
<p>while en_sql_server_2008_sp1_x86.exe is in the current working directory.</p>
<p>Note that the service pack installer is run BEFORE the SQL Server installer.  This loads the support files, and enables the slipstream method of installation.</p>
<p>Replace D: with the actual drive letter of the DVD drive containing the SQL Server 2008 Setup disk.</p>
<p>The flag /QS=&#8221;True&#8221; causes the service pack to install without prompting the user &#8212; avoids having to answer the &#8220;Do you accept the terms of the EULA&#8221; and such.  The &#8220;/Action&#8221; parameter is NOT valid for the service pack installation, and will cause the installation to terminate with an error, if included.  It may be included for the SQL Server main installation, either on the command line or within the configuration file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.entwicklungsgedanken.de/2009/01/28/installation-problems-with-sql-server-2008/comment-page-1/#comment-359</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 26 Feb 2009 17:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.entwicklungsgedanken.de/?p=181#comment-359</guid>
		<description>Danke sehr!</description>
		<content:encoded><![CDATA[<p>Danke sehr!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Bartels</title>
		<link>http://www.entwicklungsgedanken.de/2009/01/28/installation-problems-with-sql-server-2008/comment-page-1/#comment-253</link>
		<dc:creator>Eric Bartels</dc:creator>
		<pubDate>Thu, 29 Jan 2009 07:47:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.entwicklungsgedanken.de/?p=181#comment-253</guid>
		<description>Poor Christoph!

Yes, the whole &quot;installing experience&quot; is so fantastic and extremely robust! What a nice peace of software ... *plonk*</description>
		<content:encoded><![CDATA[<p>Poor Christoph!</p>
<p>Yes, the whole &#8220;installing experience&#8221; is so fantastic and extremely robust! What a nice peace of software &#8230; *plonk*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christoph Herold</title>
		<link>http://www.entwicklungsgedanken.de/2009/01/28/installation-problems-with-sql-server-2008/comment-page-1/#comment-252</link>
		<dc:creator>Christoph Herold</dc:creator>
		<pubDate>Thu, 29 Jan 2009 07:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.entwicklungsgedanken.de/?p=181#comment-252</guid>
		<description>Actually: still is. Even the complete uninstall failed to get me a working copy of Sql Server Management Studio. I even tried uninstalling sqlncli.msi and reinstalling it manually FROM THAT VERY INSTALLER PACKAGE (note the error message from the microsoft link in my blog entry). Still nothing, same error, every time. Don&#039;t you just loooove that installer package.</description>
		<content:encoded><![CDATA[<p>Actually: still is. Even the complete uninstall failed to get me a working copy of Sql Server Management Studio. I even tried uninstalling sqlncli.msi and reinstalling it manually FROM THAT VERY INSTALLER PACKAGE (note the error message from the microsoft link in my blog entry). Still nothing, same error, every time. Don&#8217;t you just loooove that installer package.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
