Can we Downgrade SQL Server standard 2019 to 2016

2022-08-18T04:45:36.463+00:00

Can I downgrade SQL Server Standard 2019 to 2016?

SQL Server | Other
{count} votes

2 answers

Sort by: Most helpful
  1. CathyJi-MSFT 22,396 Reputation points Microsoft External Staff
    2022-08-18T07:29:42.007+00:00

    Hi @Rinzie Andrian (MUSIC ACTIVE VENTURES SDN. BHD)

    Why did you want to downgrade SQL server 2019 to SQL server 2016? Microsoft always suggest user to use a newer version of SQL server. And there are some new features and enhancements in SQL Server 2019. They are not supported in SQL 2016.

    If you want to downgrade SQL 2019 standard to SQL 2016 standard. There is no supported method to in-place downgrade SQL server. A clean install would be required. Then migrate data from SQL 2019 to SQL 2016. And you need to buy a new SQL 2016 standard license for new clean install.


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

    0 comments No comments

  2. Bjoern Peters 8,921 Reputation points
    2022-08-18T11:19:16.32+00:00

    Additionally to @CathyJi-MSFT answer...

    you won't be able to do the migration via backup-restore... a backup from a newer version cannot be installed on an older system!
    You have to do it as an export and import procedure...

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.