<?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>Just Uber &#187; SQL Server Express 2005</title>
	<atom:link href="http://www.justuber.com/blog/tag/sql-server-express-2005/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.justuber.com/blog</link>
	<description>Dancing with Nerds</description>
	<lastBuildDate>Thu, 17 Mar 2011 11:11:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Problems installing Microsoft SQL Server Express 2005</title>
		<link>http://www.justuber.com/blog/2009/01/05/problems-installing-microsoft-sql-server-express-2005/</link>
		<comments>http://www.justuber.com/blog/2009/01/05/problems-installing-microsoft-sql-server-express-2005/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 13:37:56 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[SQL Server Express 2005]]></category>

		<guid isPermaLink="false">http://www.justuber.com/blog/?p=147</guid>
		<description><![CDATA[Hi all,
I had to install SQL Server Express 2005 edition on my works laptop so I could develop a small database driven application.
I have Visual Studio 2005 already installed and thought installing SQL express would be a simple process, oh no..,&#8230;
First attempt &#8211; it installed the following without a hitch:

SQL Setup Support Files
SQL Native Client
SQL [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all,<br />
I had to install SQL Server Express 2005 edition on my works laptop so I could develop a small database driven application.<br />
I have Visual Studio 2005 already installed and thought installing SQL express would be a simple process, oh no..,&#8230;</p>
<p>First attempt &#8211; it installed the following without a hitch:</p>
<ul>
<li>SQL Setup Support Files</li>
<li>SQL Native Client</li>
<li>SQL VSS Writer</li>
</ul>
<p>but then failed miserably on the SQL Server Database Services, checking through the log files showed nothing out of the ordinary.  The summary file stated that the install had been a success, though the installer then wanted to report a fail back to Microsoft headquarters.</p>
<p>So time to start digging, fire up Google and find out who else has had a similar problem, quite a few by the looks of it. </p>
<p>My first attempt at a remedy was to use add/remove programs to remove all traces of the botched install.  Then use regedit to remove the following keys (if present) /HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Microsoft SQL (xxxx) where (xxx) is anything after SQL..</p>
<p>After a reboot I tried another install &#8211; same error message.</p>
<p>After many variations of the above I then looked slightly further afield, at the MSXML6 parser, this is a pre-requisite of SQL Server Express 2005, and I had downloaded it from the Microsoft download page <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=993C0BCF-3BCF-4009-BE21-27E85E1857B1&amp;displaylang=en">MSXML6.exe</a> Parser and attempted to install it.  </p>
<p>It failed stating that the version installed was newer than the version I was attempting to install, but after more headaches etc I looked at the dlls msxml6.dll and msxml6r.dll and noted that they were not newer.<br />
I tried to remove MSXML6 parser using the add/remove programs &#8211; it replied that it couldn&#8217;t as it wasn&#8217;t installed!<br />
But the .dlls could be seen &#8211; and they were registered?!  So I unregistered them both using regsvr32 /u  and tried again to remove the app using add/remove programs.  No luck.</p>
<p>I then downloaded  <a href="http://download.microsoft.com/download/e/9/d/e9d80355-7ab4-45b8-80e8-983a48d5e1bd/msicuu2.exe">Windows Installer Clean Up tool</a> and scrolled down to find the rouge MSXML6.<br />
Highlighted the app &#8211; clicked &#8216;Remove&#8217;, then attempted an install of msxml6.exe, it didn&#8217;t complain about any previous version (onto a winner?) and installed correctly.<br />
I then, tentatively, tried to install the MS SQL Express 2005 &#8211; and after an age it installed fully&#8230;</p>
<p>Wahoo&#8230;  we have a winner.</p>
<p>All I have to do now is write the application&#8230; and I am more of a MySQL man myself.</p>
<p>;o)</p>
<p>Adam</p>
]]></content:encoded>
			<wfw:commentRss>http://www.justuber.com/blog/2009/01/05/problems-installing-microsoft-sql-server-express-2005/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

