August 26, 2014 at 12:26 pm
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.
August 26, 2014 at 12:48 pm
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
August 26, 2014 at 1:45 pm
Give a shot with the SQL Server 2014 upgrade wizard.
August 26, 2014 at 3:01 pm
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
October 1, 2014 at 7:57 am
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
Change is inevitable... Change for the better is not.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply