<?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>SQL Articles &#187; Upgrade</title>
	<atom:link href="http://www.sqldba.co.nz/blog/?feed=rss2&#038;cat=10" rel="self" type="application/rss+xml" />
	<link>http://www.sqldba.co.nz/blog</link>
	<description></description>
	<lastBuildDate>Thu, 27 Jul 2017 19:31:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.2</generator>
	<item>
		<title>SQL Server Edition Upgrade</title>
		<link>http://www.sqldba.co.nz/blog/?p=32</link>
		<comments>http://www.sqldba.co.nz/blog/?p=32#comments</comments>
		<pubDate>Sat, 25 Feb 2012 06:54:17 +0000</pubDate>
		<dc:creator><![CDATA[brentm]]></dc:creator>
				<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://www.sqldba.co.nz/blog/?p=32</guid>
		<description><![CDATA[Edition upgrades on SQL2005 are a completely different kettle of fish compared to SQL 2000. Whereas in 2000, you pop the cd in the drive and it recognises that you can upgrade the edition and it is all over in &#8230; <a href="http://www.sqldba.co.nz/blog/?p=32">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Edition upgrades on SQL2005 are a completely different kettle of fish compared to SQL 2000. </p>
<p>Whereas in 2000, you pop the cd in the drive and it recognises that you can upgrade the edition and it is all over in a minute, 2005 requires you to perform the upgrade from the command line. You can find the command in books online. Look up &#8220;Install SQL Server from the Command Prompt&#8221; then go down to parameters and click on SKUUPGRADE. Here is the command to upgrade the default instance of the database engine&#8230;</p>
<p>start /wait setup.exe ADDLOCAL=SQL_Engine INSTANCENAME=MSSQLSERVER UPGRADE=SQL_Engine SKUUPGRADE=1 /qb</p>
<p> Note that the commands are case sensitive. </p>
<p>Another point to note is that after the instance is upgraded the installation is now at RTM version. So you have to apply any service packs or hotfixes again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sqldba.co.nz/blog/?feed=rss2&#038;p=32</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
