Upgrade databases from 2012 to 2019

Avyayah 1,291 Reputation points
2023-12-21T18:58:31.3966667+00:00

We have databases in SQLserver 2012. We will be creating new servers in 2019 and then we have to migrate 2012 databases to 2019. Checking documents in microsoft found this article https://learn.microsoft.com/en-us/answers/questions/1014987/migration-sql-server-2012-to-2019. Is there any other methods to upgrade databases from one server to another (2012 - 2019)?

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

3 answers

Sort by: Most helpful
  1. Azar 25,685 Reputation points MVP
    2023-12-21T19:20:37.4233333+00:00

    Hi Avyayah

    thanks for using QandA

    As the previous question from ur link, its really straight forward upgrading SQL server from 2012 to 2019, apart from this I don't think there is a process as simple as this.

    but ensure a supported upgrade path from SQL Server 2012 to 2019. from the below link

    https://learn.microsoft.com/en-us/sql/database-engine/install-windows/supported-version-and-edition-upgrades-2019?view=sql-server-ver16

    for more info follow the documentation below.

    https://learn.microsoft.com/en-us/sql/sql-server/migrate/guides/sql-server-to-sql-server-upgrade-guide?view=sql-server-ver16

    https://www.dbsection.com/how-to-upgrade-sqlserver-2012-to-2019/

    If this helps kindly accept the answer thanks much.


  2. ZoeHui-MSFT 39,511 Reputation points
    2023-12-22T02:02:48.7766667+00:00

    Hi @Avyayah,

    If you only want to upgrade database, you may consider using either the backup and restore method or detach and attach method.

    In addition, you may need to change compatibility levels.

    See Upgrading SQL Server databases and changing compatibility levels

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

  3. Olaf Helper 45,616 Reputation points
    2023-12-22T06:36:31.4533333+00:00

    Is there any other methods to upgrade databases

    And what for other methods are you looking for? There are 2: In-place and side-by-side migrations.

    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.