Andy1099


Can SQL 2005 32bit Standard edition be upgraded to SQL 2005 32bit Enterprise Edition in-place.



Re: Upgrade SQL 2005 Standard to SQL 2005 Enterprise

MAGrimsley


Andy,

Yes SQL Server 2005 Standard can be upgraded to SQL Server 2005 Enterprise. Remember after the upgrade you will need to reapply any hot fixes and service packs.

http://msdn2.microsoft.com/en-us/library/ms143393.aspx

Hope this helps

Michael







Re: Upgrade SQL 2005 Standard to SQL 2005 Enterprise

Andy1099

Michael,

Just one more question, Can this be done by just executing the setup.exe on the cd and selecting the instance I want to upgrade correct

Andy






Re: Upgrade SQL 2005 Standard to SQL 2005 Enterprise

MAGrimsley

Andy,

Make sure that you select that you want to upgrade and not install a new/named instance.

Hope this helps

Michael






Re: Upgrade SQL 2005 Standard to SQL 2005 Enterprise

Madhu K Nair

use SKUUPGRADE=1 swtich from the command prompt with setup.

Eg :
start /wait setup.exe ADDLOCAL=SQL_Engine INSTANCENAME=MSSQLSERVER UPGRADE=SQL_Engine SKUUPGRADE=1 /qb

Refer
http://msdn2.microsoft.com/en-us/library/ms144259.aspx#skuupgrade

Madhu






Re: Upgrade SQL 2005 Standard to SQL 2005 Enterprise

Andy1099

OK, I am little confused, I have two separate answers. One answer says I can just execute setup and select upgrade and the instance name, and yours says I need to run setup from the command prompt with the SKUUPGRADE flag.

Which is the correct answer I have three named instances of SQL 2005 Standard I need to upgrade to SQL 2005 Enterprise. They are all currenlty at SP2





Re: Upgrade SQL 2005 Standard to SQL 2005 Enterprise

Madhu K Nair

If you are refering to my post, It has to run from Command Prompt. The link which i provided is How to: Install SQL Server 2005 from the Command Prompt. In this thread its also mentioned how to upgrade edition.

Madhu




Re: Upgrade SQL 2005 Standard to SQL 2005 Enterprise

Andy1099

Thanks Madhu. I assume I will need to only reapply sp2 once the upgrade is complete correct




Re: Upgrade SQL 2005 Standard to SQL 2005 Enterprise

Deepak Rangarajan

Once you upgraded Sql 2005 Instead of appplying SP2 you can apply SP2 with critical update. Pls refer the link, as the bugs related to maintenance plans were fixed !
http://www.microsoft.com/downloads/details.aspx FamilyId=e2c358a1-ecc4-4c49-8f65-daa6b7800eec&displaylang=en
Once you upgrade it you need to manually apply the hot fixes ! refer the link,
http://technet.microsoft.com/en-us/library/ms143393.aspx

After upgrading to SQL Server 2005 from another edition of SQL Server 2005, you must re-apply any hotfix or service pack updates to the upgraded SQL Server instance.


Regards
Deepak





Re: Upgrade SQL 2005 Standard to SQL 2005 Enterprise

Madhu K Nair

Check this link for cumulative update for SQL Server 2005

http://support.microsoft.com/kb/913089/

Madhu






Re: Upgrade SQL 2005 Standard to SQL 2005 Enterprise

Anonymous

We have SQL 2000 Ent version and now wish to upgrade to SQL 2005 Standard. I tried but was blocked during the process. Is there around this





Re: Upgrade SQL 2005 Standard to SQL 2005 Enterprise

Deepak Rangarajan


We have SQL 2000 Ent version and now wish to upgrade to SQL 2005 Standard. I tried but was blocked during the process.


I Think you cannot upgrade from Sql 2000 Ent to Sql 2005 Std. Pls refer the below link for Version and Edition upgrades supported !
http://technet.microsoft.com/en-us/library/ms143393.aspx

you can perform upgrade from SQL Server 2000 Enterprise Edition SP3 or later1

SQL Server 2005 Enterprise Edition



- Deepak





Re: Upgrade SQL 2005 Standard to SQL 2005 Enterprise

Andy1099

Thanks for all the help the upgrade to Enterprise addition ran clean on all three instances. But it looks like I'll have to run it for Analysis services separately.