Change SQL Server edition on Azure VM

可紊 提交于 2021-01-29 17:34:51

问题


I have an azure vm that was created from a gallery image which included SQL Server standard edition. I'm paying by the minute for the vm and SQL Server. Now I need to upgrade to SQL Server enterprise edition. Is it possible to do this without recreating the entire vm from scratch?


回答1:


Because you have deployed a SQL Server VM the licensing for the SQL Server is included in the price of the VM. So in order to upgrade the VM azure would need to change the SKU that you are charged for but also upgrade the software inside your running VM which would be very prone to breaking something (generally a bad thing on live, potentially production machines)

So unfortunately the only way to upgrade is by launching a new VM. But if your datafiles are on separate disks you could remount those on the new machine, point the new SQL Server at them and you should be back in business pretty quickly.




回答2:


At this time you're not allowed to change a license for SQL Server gallery images.
You'll have to create a new VM from gallery and move the databases.



来源:https://stackoverflow.com/questions/35581243/change-sql-server-edition-on-azure-vm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!