<?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>Nicolas is blogging &#187; SQL Server</title>
	<atom:link href="http://blog.mastertheteam.net/tag/sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mastertheteam.net</link>
	<description>Jand writes about team development and Microsoft.NET</description>
	<lastBuildDate>Fri, 24 Jul 2009 14:19:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing SQL Server 2005 after Visual Studio 2008</title>
		<link>http://blog.mastertheteam.net/2008/09/installing-sql-server-2005-after-visual-studio-2008/</link>
		<comments>http://blog.mastertheteam.net/2008/09/installing-sql-server-2005-after-visual-studio-2008/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 21:01:52 +0000</pubDate>
		<dc:creator>Nicolas Mueggler</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://blog.mastertheteam.net/index.php/2008/09/installing-sql-server-2005-after-visual-studio-2008/</guid>
		<description><![CDATA[Recently, I was installing Visual Studio 2008 on a fresh Windows Vista installation with standard options (including SQL Express Edition).
SQL Server 2005 wasn&#8217;t installed before but that&#8217;s what I did as next. Because I want to administrate my DB&#8217;s with the management studio I checked the &#8220;client tools&#8221; option in the setup.
So after installing everything, ]]></description>
			<content:encoded><![CDATA[<p>Recently, I was installing Visual Studio 2008 on a fresh Windows Vista installation with standard options (including SQL Express Edition).<br />
SQL Server 2005 wasn&#8217;t installed before but that&#8217;s what I did as next. Because I want to administrate my DB&#8217;s with the management studio I checked the &#8220;client tools&#8221; option in the setup.</p>
<p>So after installing everything, the setup shut a message that the client tools couldn&#8217;t be installed, because there&#8217;s an older version already installed.</p>
<blockquote><p>Name: Microsoft SQL Server 2005 Tools Express Edition<br />
Reason: Your upgrade is blocked. For more information about upgrade support, see the &#8220;Version and Edition Upgrades&#8221; and &#8220;Hardware and Software Requirements&#8221; topics in SQL Server 2005 Setup Help or SQL Server 2005 Books Online.</p>
<p>Build version check:<br />
Your upgrade is blocked because the existing component is a later version than the version you are trying to upgrade to. To modify an existing SQL Server component, go to Add or Remove Programs in Control Panel, select the component you would like to modify, and then click Change/Remove.</p></blockquote>
<p>The client tools which were installed by the Visual Studio blocking the setup tool to install the management studio etc. After some research in Google, I found the solution for this problem on the <a href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=770816&amp;SiteID=1" target="_blank">MSDN forums</a>.</p>
<p>You need to start the setup from the command line with the parameter &#8220;SKUUPGRADE=1&#8243; to force installing the newer versions of the client tools:</p>
<p>cmd&gt;setup.exe SKUUPGRADE=1</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mastertheteam.net/2008/09/installing-sql-server-2005-after-visual-studio-2008/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SQL Server 2005 Developer Edition has no AdventureWorks DB by default</title>
		<link>http://blog.mastertheteam.net/2008/09/sql-server-2005-developer-edition-has-no-adventureworks-db-by-default/</link>
		<comments>http://blog.mastertheteam.net/2008/09/sql-server-2005-developer-edition-has-no-adventureworks-db-by-default/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 20:59:47 +0000</pubDate>
		<dc:creator>Nicolas Mueggler</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://blog.mastertheteam.net/index.php/2008/09/sql-server-2005-developer-edition-has-no-adventureworks-db-by-default/</guid>
		<description><![CDATA[If you&#8217;re installing the developer edition of SQL Server 2005, you don&#8217;t get the sample database AdventureWorks even if you check the samples option in the setup.
So if you like to use the database in case of a sample application like EAP from Trivadis, you need to install it separately.
Ged Mead run into the same ]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re installing the developer edition of SQL Server 2005, you don&#8217;t get the sample database AdventureWorks even if you check the samples option in the setup.</p>
<p>So if you like to use the database in case of a sample application like <a href="https://www.trivadis.com/shop/Kursdetail.aspx?KategorieID=6&amp;SubkategorieID=9&amp;KurseID=282" target="_blank">EAP</a> from Trivadis, you need to install it separately.</p>
<p><a href="http://blogs.vbcity.com/xtab/" target="_blank">Ged Mead</a> run into the same problem and posted the answer: &#8220;<a href="http://blogs.vbcity.com/xtab/archive/2007/01/15/8094.aspx" target="_blank">How To Install the AdventureWorks Database in SQL Server 2005 Developer Edition</a>&#8220;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mastertheteam.net/2008/09/sql-server-2005-developer-edition-has-no-adventureworks-db-by-default/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
