How to register a valid product key

  • Hi everybody,

    I have a SQL Server 2008 R2 installation (180 evaluation day) that expired this week and now I need to register a valid product key and I would like to know how to do it. (I think using the same SQLServer_installation CD but I'm not sure)

    I will appreciate some comments about this procedure.

    Thanks in advance.

  • Under Programs -> Microsoft SQL Server 2008 -> Configuration Tools -> SQL Server Installation Center

    Select Maintenance -> Edition Upgrade



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • Keith,

    Thanks for sharing the procedure.

    ¿Is the same when you use the Installation CD (Maintenance - Edition - Upgrade)?

  • You can use the installation media too in the same way.



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • I have already solved.

    Thanks for helping me.

  • After apply the new product key (valid) ¿how can I be sure is not a free evaluation?

    where i can check that

  • willian.funes (11/19/2013)


    After apply the new product key (valid) ¿how can I be sure is not a free evaluation?

    where i can check that

    One way is to open SSMS, right click on the instance, select Properties, and on the GENERAL tab, look at the second row down where it identifies "PRODUCT".

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

  • Jeff,

    I have applied the valid product key but according to your procedure (to confirm) the second row just say "Microsoft SQL Server Standard Edition (64-bit)"

    I just want to be sure i already dont have a free edition.

  • It's no longer a free edition. For a free edition it would say Evaluation Edition

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • you could use this will show you the edition - I used this on a SQL 2008 R2 machine

    SELECT SERVERPROPERTY('Edition') AS [Edition]

    No signature available.

  • Done.

    Thanks everybody for sharing knowledge.

Viewing 11 posts - 1 through 10 (of 10 total)

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