How to upgrade SQL 2008 Standard to Enterprise?

  • Hi everyone,

    I have an issue migrating SSRS from SQL 2005 Ent to SQL 2008 Standard.

    How does one upgrade SQL 2008 Standard to Ent edition?

    We are licensed for both

  • Have you tried just running the setup program?

    If so, did you encounter problems?

    There really aren't too many details in your question...

  • Hi,

    Basically need to upgrade my existing SQL 2008 Standard edition to Enterprise edition.

    I came across the Upgrade the Edition for SQL 2008 and this seems like the right place to do it?

    or...

    Do I start the upgrade from the Enterprise edition CD?

  • avanzyl (3/17/2010)


    Basically need to upgrade my existing SQL 2008 Standard edition to Enterprise edition.

    :blink: I thought you were going from 2005 Enterprise to 2008 Standard?

    Probably best to decide on that first...

  • 1) Initial issue migrating 2005 Reporting services DB's to 2008

    2) Googled the issue - seems I need to upgrade my existing 2008 Standard to Enterprise edition BEFORE moving SSRS to the new box

    3) Hence my question - How does one upgrade 2008 Standard to 2008 Enterprise?

    Good enough place to start?

  • You have to reinstall using the command prompt methos with a parm of SKUUPGRADE=1

    ie. setup.exe" INSTANCENAME=instancename SKUUPGRADE=1 /qn

    Note:

    If you use the SKUUPGRADE parameter, Setup will remove all hotfix and service pack updates from the SQL Server instance being upgraded. Once the edition upgrade is complete, you must reapply all hotfix and service pack updates.

    Tim White

  • I recently upgraded from SQL 2005 standard to Enterprise and was as simple as running the setup from the command promp with the SKUUPGRADE=1 flag.

    http://msdn.microsoft.com/en-us/library/ms144259.aspx#Upgrade

    I assume 2008 is similar, remember to backup all your databases first.

  • Many thanks Tim & SteveB

Viewing 8 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic. Login to reply