Sql-server – Recovering SQL Express 2016 RC1 database

sql serversql-server-2016

This afternoon, I tried to log on to my local SQL Server 2016 RC1 instance and it failed. Looking at the logs I learn that the service won't start because the "Evaluation Period has ended", which was great, I didn't get any warnings about this period ending which has led me into my current predicament.

I had quite a large database on there which I was working on locally while travelling and made a few significant changes to which I'd rather not have to go back and remake.

What options do I have to recover this database into a new 'fully fledged' SQL Express Instance?

I've tried the activation idea here but it doesn't upgrade the actual database engine, just the other elements. Which is similar to what happens when I try repairing it, just that more elements are repaired.

The actual Primary Database file and log are available, is there anyway I can import these?

Best Answer

You should be able to attach your database files using the instructions in the documentation: How to: Attach a Database File to SQL Server Express