Expired SQL 2012 license. Moving on to 2014

  • Hello, I'm having an issue with an expired license.

    I have a development database in SQL 2012 in which I had been working till the license expired today. I have no back up of this database.

    I do have a license for SQL 2014. Is there a way to move the database files and restore them in SQL 2014 or does it only work for backed up databases?

    Thanks in advance.

  • you can stop the SQL 2012 service and find the mdf and ldf files for the database(s) in question.

    copy them to the new server and use the Attach method:

    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!

  • Give a shot with the SQL Server 2014 upgrade wizard.

  • Dante Garcia (8/26/2014)


    I have a development database in SQL 2012 in which I had been working till the license expired today. I have no back up of this database.

    Licence expired? You were using Evaluation Edition?

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • Dante Garcia (8/26/2014)


    Hello, I'm having an issue with an expired license.

    I have a development database in SQL 2012 in which I had been working till the license expired today. I have no back up of this database.

    I do have a license for SQL 2014. Is there a way to move the database files and restore them in SQL 2014 or does it only work for backed up databases?

    Thanks in advance.

    If it's for development only and you'll have a valid license for production, why not avoid all this hassle with the Evaluation Edition and buy a copy of the Developer's Edition ($50-60 USD on Amazon).

    Just remember that you cannot use the Developers Edition for a production box. Read the licensing that comes with the Developer's Edition and follow it.

    --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)

Viewing 5 posts - 1 through 4 (of 4 total)

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