SQL Server 08 evaluation upgrade to developers edition

  • i am doing an upgrade from SQL Server 2008 Evaluation Edition to Developers Edition.

    Should i uninstall the Evaluation Edition or is it OK to install the developers edition as a new instance ?

    Thanks

  • You should be able to do a inplace upgrade from Evaluation to Developer in 2008 without problems.

    Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
    My Blog | Twitter | MVP Profile
    Training | Consulting | Become a SQLskills Insider
    Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]

  • Thanks:)

  • How do you access the second instance ?

    I have the original default instance, which was the Evaluation Edition, and a new instance which is named 'Developer Edition'.

    In SQL Mgmt Studio it always goes to the Default Instance.

    Thanks

  • Type .\Developer Edition in server name box under management studio.

    MJ

  • You shouldn't have had to install the named instance. You should have been able to migrate the default instance from Eval to Dev using the installer. This would be equivalent to a SKUUPGRADE=1 in 2005.

    Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
    My Blog | Twitter | MVP Profile
    Training | Consulting | Become a SQLskills Insider
    Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]

  • Thanks for the feedback.

    Once i copy my DB's over, can i not just delete the original instance ?

  • You can, but SQL 2008 is then running in a named instance. I prefer to keep it in the default instance unless it is intentionally going to be a multi-instance server.

    Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
    My Blog | Twitter | MVP Profile
    Training | Consulting | Become a SQLskills Insider
    Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]

  • I restored my DB to the new instance and now get:

    Microsoft SQL Server Login

    Connection failed:

    SQL State: '01000'

    SQL Server Error: 53

    [Microsoft][ODBC SQL Server Driver][DBNETLIB]

    Connection open

    (connect ( ) )

    Connection failed:

    SQL State: '08001'

    SQL Server Error: 17

    Nothing has really changed other than the new instance ?

  • Did you change your connection string to point to the named instance?

    Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
    My Blog | Twitter | MVP Profile
    Training | Consulting | Become a SQLskills Insider
    Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]

  • yes and when i do an ODBC test connection it works ?

  • Please write a full question in your post and provide information for people that are scanning the forums. The full title doesn't appear and we are not using that to figure out what you are asking.

  • I dont understand ?

    I asked a full question and was in the middle of an ongoing dialogue.

    Where would you lioke me to add information ?

  • What are the network protocols enabled for this new instance?

    MJ

  • Not sure what you mean ?

Viewing 15 posts - 1 through 15 (of 16 total)

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