1

I currently have SQL server 2008 R2 Express installed for my QA/Dev environment on Amazon EC2 instance.

Now my database is growing beyond the 10GB limitation of Express edition, so am planning to buy SQL server 2014 Developer edition.

So can i upgrade my SQL Express 2008 R2 to SQL server 2014 Developer Edition, if yes what is the procedure?

Shanky
19.1k4 gold badges38 silver badges58 bronze badges
asked Apr 10, 2015 at 7:48

1 Answer 1

1

No you cannot do inplace upgrade from SQL server 2008 R2 express to SQL server 2014 developer edition. Its not supported as per Version and edition upgrade supported matrix

You can only upgrade to below using inplace upgrade method

SQL Server 2014 Enterprise

SQL Server 2014 Business Intelligence

SQL Server 2014 Standard

SQL Server 2014 Web

SQL Server 2014 Express

But there is other option to do side by side migration. You install SQL server 2014 DEV edition. You backup your user database from SQl server express and restore it on SQl Server 2014.

You can migrate logins using This support article

answered Apr 10, 2015 at 7:58
1
  • What about the EC2-specific issues with licensing, and the fact that creating an AMI with SQL Server hides the licence? Commented Mar 16, 2017 at 2:39

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.