changing a sql 2005 developer license to production

  • I have a windows 2003 server running sql 2005 with a developer license installed. It's now in production. I have purchased the production license, but my dba is telling me SQL 2005 must be reinstalled for it to be legal.

    Is there a way to just change the license?

  • looks like he's correct to me;

    according to this page,neither standard nor enterprise will upgrade/replace an existing developer instance:

    take a look here:

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

    so to get everything correct, you need to do a whole DR/ new server kind of thing;

    script out all the logins, certificates, linked servers , jobs, database mail,etc

    backup the database, uninstall/reinstall and then run the scripts to get your logins and settings back

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

  • davery 28734 (1/28/2013)


    I have a windows 2003 server running sql 2005 with a developer license installed. It's now in production. I have purchased the production license, but my dba is telling me SQL 2005 must be reinstalled for it to be legal.

    Is there a way to just change the license?

    You can absolutely upgrade a SQL Server 2005 Developer Edition install to any of these without re-rinstalling everything:

    SQL Server 2005 Enterprise Edition

    SQL Server 2005 Standard Edition

    SQL Server 2005 Workgroup Edition

    In the installer there is a separate option to upgrade the Edition of an existing instance.

    Version and Edition Upgrades (SQL Server 2005)

    Now, if you want to upgrade your 2005 Developer instance to 2008 or 2012 then you have to do 2 upgrades, one to 2008 or 2012 Developer Edition and then another to get to 2008 or 2012 Standard or Enterprise Edition respectively.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 3 posts - 1 through 2 (of 2 total)

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