Forum Discussion
how to upgrade sql server 2016 to 2019 on azure platform?
- May 12, 2022There is really no differences between an on-premise server and a VM in the cloud, it's absolutly the same; where do you see any differences?
MayurS21 , with Azure Platform do you mean a virtual machine (VM) on Azure?
Then the upgrade is the same as on-premise; install the new version.
Can I perform in place upgrade same like on premise? is there any special pre or post checks need to perform as it is azure platform?
- Ronen_ArielyJun 20, 2022MVP
Hi MayurS21
Obviously @olafhelper is correct but!
> Can I perform in place upgrade same like on premise?
Not everything you can, you should!
For most cases, I HIGHKLY recommend NOT to upgrade an active server from one version to the other. Instead use rare opportunity to have a clean system which is best designed according to the experience you now have after years of working with the databases.
You can start with files in the right size which can improve performance over files which where grew gradually (this mean that you can control the number of VLF for example), you can use the knowledge which you have now to better plan the configuration of the server, you can sue the history to know what is the best number of files you need for the tempdb for example, and any more...
Not every day you want to use a new version! Take advantage of the opportunity
- olafhelperMay 12, 2022Bronze ContributorThere is really no differences between an on-premise server and a VM in the cloud, it's absolutly the same; where do you see any differences?