Upgrade SQL server 2014 to 2019 after lift and shift to Azure

Newtojob 26 Reputation points
2024-04-16T17:01:10.83+00:00

Hi,

We are planning to do in-place upgrade SQL server from 2014 to 2019.

The server is lift and shifted to Azure so is updating the server same as updating on premise server or is there anything different.

please provide suggestions.

Thank you

Azure SQL Database
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,750 questions
0 comments No comments
{count} votes

Accepted answer
  1. Rahul Randive 8,521 Reputation points Microsoft Employee
    2024-04-16T23:27:23.8733333+00:00

    Hi @Newtojob

    To upgrade SQL Server from 2014 to 2019 on an Azure VM, you can follow the same process as upgrading an on-premises server. However, there are a few additional considerations to keep in mind when upgrading SQL Server on an Azure VM.

    First, ensure that you have a backup of your SQL Server databases before starting the upgrade process.

    Next, review the upgrade requirements for SQL Server 2019, including hardware and software requirements, and ensure that your Azure VM meets these requirements.

    Migration strategy Description When to use
    Lift & shift Use the lift and shift migration strategy to move the entire physical or virtual SQL Server from its current location onto an instance of SQL Server on Azure VM without any changes to the operating system, or SQL Server version. To complete a lift and shift migration, see Azure Migrate. The source server remains online and services requests while the source and destination server synchronize data allowing for an almost seamless migration. Use for single to large-scale migrations, even applicable to scenarios such as data center exit. Minimal to no code changes required to user SQL databases or applications, allowing for faster overall migrations. No extra steps required for migrating the Business Intelligence services such as SSIS, SSRS, and SSAS.
    0 comments No comments

4 additional answers

Sort by: Most helpful
  1. Alberto Morillo 32,891 Reputation points MVP
    2024-04-16T18:46:35.76+00:00

    Please use Data Migration Assistant (DMA) to discover issues that can affect that upgrade to a newer version of SQL Server. These are described as compatibility issues and on DMA they are organized in the following categories: Breaking changes, Behavior changes, Deprecated features.

    You can download it from here.

    2 people found this answer helpful.
    0 comments No comments

  2. GeethaThatipatri-MSFT 27,642 Reputation points Microsoft Employee
    2024-04-16T19:20:17.89+00:00

    @Newtojob Welcome to Microsoft Q&A thanks for posting your question.

    To answer your question, it should be the same as on-prem. Make sure the OS is compatible with SQL 2019.

    Regards

    Geetha

    1 person found this answer helpful.
    0 comments No comments

  3. CosmogHong-MSFT 23,321 Reputation points Microsoft Vendor
    2024-04-17T01:56:41.06+00:00

    Hi @Newtojob

    See: In-place change of SQL Server version - SQL Server on Azure VMs

    This article describes how to change the version of Microsoft SQL Server on a Windows virtual machine (VM) in Microsoft Azure.

    It is recommended that you check the compatibility certification for the version that you change to so that you can use the database compatibility modes to minimize the upgrade's effect.

    Best regards,

    Cosmog Hong


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    1 person found this answer helpful.
    0 comments No comments

  4. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.

    1 deleted comment

    Comments have been turned off. Learn more