Click here to Skip to main content
15,909,953 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
As SQL Express provides 10 gb data my data is already full, so I need to buy SQL Server Standard Edition. So need can I do, When i upgrade 2014 express to 2019, is there any issue comes


What I have tried:

I will buy SQL Server 2019 Standard Edition license key
Posted
Updated 17-Dec-19 4:21am

You shouldn't have a problem - but it's worth asking MS since you are buying a new - and expensive - license from them.

I wouldn't worry about the data so much as the upgrade path: 2014 -> 2019 is quite a jump, and there may be details they will be aware of that we might not.

Do bear in mind though that this is a one way journey: once you give the DB to 2019, 2014 will not be able to open it, so any apps which expect to use it directly may have problems. And since you are going from Express to Standard, you need to ensure that none of your apps are ATTACHing the DB - that's a diagnostic tool that is only available in Express.
I'd do a good solid backup before I started the upgrade, but then, I like backups...
 
Share this answer
 
My preferred way:

Make a backup of the old database.
Make a new installation of SQL Server.
Restore the old database into the new instance.

Note that any new functionality depending on database version or edition has to be enabled afterwards.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900