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

feita há um ano217 visualizações
1 Resposta
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
respondido há um ano

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas