You can also refer to this thread which may be helpful to you.
Best regards,
Percy Tang
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We are upgrading our SQL and Server OS from 2012 to 2019; SQL 2012 to SQL 2019 and Server 2012 R2 to Server 2019.
I need to know how I can move/migrate/rebuild the system databases from the SQL 2012 instance to the SQL 2019 instance.
I know that you can't restore a system DB from an older version of SQL to a newer one, but I'm also on seeing ways that you can move the data (or such) into the new SQL instance on some websites:
Any assistance would be appreciated.
Thanks
D
You can also refer to this thread which may be helpful to you.
Best regards,
Percy Tang
Your best bet will be using DMA (https://www.microsoft.com/download/details.aspx?id=53595).
This will help you assess your database for Upgrade compatiblity and flag all the breaking changes in the database. Once you feel comfortable with the changes(if any) you can use the same to migrate the Database to Newer SQl version.
Refer the following : https://learn.microsoft.com/en-us/sql/sql-server/migrate/guides/sql-server-to-sql-server-upgrade-guide?view=sql-server-ver16
Please accept as Answer if this helps :)