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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ