Upgrade Windows SQL standard edition to 15

0

We should upgrade the standard Microsoft sql server instance from 2017 version to 2019 version. What is the best procedure to follow in order not to lose data

已提問 1 年前檢視次數 217 次
1 個回答
0

If you are running SQL Server on EC2 then the recommended way is to launch a new SQL Server instance and migrate the databases to it. This can be as simple as detaching the data volumes from the old instance and re-attaching to the new instance. There are many considerations around High Availability, SQL Agent, Clustering etc which need to be taken into account when designing your upgrade path. This article from Microsoft does a good job of explaining the different methodologies i.e. in-place vs new instance vs rolling upgrade:

https://learn.microsoft.com/en-us/sql/database-engine/install-windows/choose-a-database-engine-upgrade-method?view=sql-server-ver15

profile pictureAWS
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南