upgrade sql 2017 to sql 2019 - infotechram inc....upgrade sql 2017 to sql 2019 in this post, i will...

19
Upgrade SQL 2017 to SQL 2019 In this post, I will show you how to upgrade SQL Server 2017 CU19 to SQL Server 2019 CU4. I am currently running SQL 2017 Enterprise Version. The SQL Server is running on Microsoft Endpoint Configuration Manager (CB2002). Here is the screen shot To be safe, I will backup all the database. Following are some of the database within CB2002.

Upload: others

Post on 01-Jan-2021

4 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Upgrade SQL 2017 to SQL 2019 - INFOTECHRAM INC....Upgrade SQL 2017 to SQL 2019 In this post, I will show you how to upgrade SQL Server 2017 CU19 to SQL Server 2019 CU4. I am currently

Upgrade SQL 2017 to SQL 2019

In this post, I will show you how to upgrade SQL Server 2017 CU19 to SQL Server 2019 CU4. I am

currently running SQL 2017 Enterprise Version. The SQL Server is running on Microsoft Endpoint

Configuration Manager (CB2002).

Here is the screen shot

To be safe, I will backup all the database. Following are some of the database within CB2002.

Page 2: Upgrade SQL 2017 to SQL 2019 - INFOTECHRAM INC....Upgrade SQL 2017 to SQL 2019 In this post, I will show you how to upgrade SQL Server 2017 CU19 to SQL Server 2019 CU4. I am currently

Will create Maintenance Plan.

Page 3: Upgrade SQL 2017 to SQL 2019 - INFOTECHRAM INC....Upgrade SQL 2017 to SQL 2019 In this post, I will show you how to upgrade SQL Server 2017 CU19 to SQL Server 2019 CU4. I am currently
Page 4: Upgrade SQL 2017 to SQL 2019 - INFOTECHRAM INC....Upgrade SQL 2017 to SQL 2019 In this post, I will show you how to upgrade SQL Server 2017 CU19 to SQL Server 2019 CU4. I am currently
Page 5: Upgrade SQL 2017 to SQL 2019 - INFOTECHRAM INC....Upgrade SQL 2017 to SQL 2019 In this post, I will show you how to upgrade SQL Server 2017 CU19 to SQL Server 2019 CU4. I am currently
Page 6: Upgrade SQL 2017 to SQL 2019 - INFOTECHRAM INC....Upgrade SQL 2017 to SQL 2019 In this post, I will show you how to upgrade SQL Server 2017 CU19 to SQL Server 2019 CU4. I am currently

Now execute MP

Page 7: Upgrade SQL 2017 to SQL 2019 - INFOTECHRAM INC....Upgrade SQL 2017 to SQL 2019 In this post, I will show you how to upgrade SQL Server 2017 CU19 to SQL Server 2019 CU4. I am currently
Page 8: Upgrade SQL 2017 to SQL 2019 - INFOTECHRAM INC....Upgrade SQL 2017 to SQL 2019 In this post, I will show you how to upgrade SQL Server 2017 CU19 to SQL Server 2019 CU4. I am currently

Now we can start the upgrade. Mount SQL Server 2019 ISO.

Page 9: Upgrade SQL 2017 to SQL 2019 - INFOTECHRAM INC....Upgrade SQL 2017 to SQL 2019 In this post, I will show you how to upgrade SQL Server 2017 CU19 to SQL Server 2019 CU4. I am currently
Page 10: Upgrade SQL 2017 to SQL 2019 - INFOTECHRAM INC....Upgrade SQL 2017 to SQL 2019 In this post, I will show you how to upgrade SQL Server 2017 CU19 to SQL Server 2019 CU4. I am currently
Page 11: Upgrade SQL 2017 to SQL 2019 - INFOTECHRAM INC....Upgrade SQL 2017 to SQL 2019 In this post, I will show you how to upgrade SQL Server 2017 CU19 to SQL Server 2019 CU4. I am currently
Page 12: Upgrade SQL 2017 to SQL 2019 - INFOTECHRAM INC....Upgrade SQL 2017 to SQL 2019 In this post, I will show you how to upgrade SQL Server 2017 CU19 to SQL Server 2019 CU4. I am currently

Had to restart the server after the upgrade. Now will login to SSMS and see everything is OK!

Page 13: Upgrade SQL 2017 to SQL 2019 - INFOTECHRAM INC....Upgrade SQL 2017 to SQL 2019 In this post, I will show you how to upgrade SQL Server 2017 CU19 to SQL Server 2019 CU4. I am currently

Now we will install CU4

Page 14: Upgrade SQL 2017 to SQL 2019 - INFOTECHRAM INC....Upgrade SQL 2017 to SQL 2019 In this post, I will show you how to upgrade SQL Server 2017 CU19 to SQL Server 2019 CU4. I am currently
Page 15: Upgrade SQL 2017 to SQL 2019 - INFOTECHRAM INC....Upgrade SQL 2017 to SQL 2019 In this post, I will show you how to upgrade SQL Server 2017 CU19 to SQL Server 2019 CU4. I am currently
Page 16: Upgrade SQL 2017 to SQL 2019 - INFOTECHRAM INC....Upgrade SQL 2017 to SQL 2019 In this post, I will show you how to upgrade SQL Server 2017 CU19 to SQL Server 2019 CU4. I am currently

Had to restart the server after the upgrade. Now will login to SSMS and see everything is OK!

Now we will upgrade Management Studio to Version 18.4

Page 17: Upgrade SQL 2017 to SQL 2019 - INFOTECHRAM INC....Upgrade SQL 2017 to SQL 2019 In this post, I will show you how to upgrade SQL Server 2017 CU19 to SQL Server 2019 CU4. I am currently

Had to restart the server after the upgrade. Now will login to SSMS and see everything is OK!

Page 18: Upgrade SQL 2017 to SQL 2019 - INFOTECHRAM INC....Upgrade SQL 2017 to SQL 2019 In this post, I will show you how to upgrade SQL Server 2017 CU19 to SQL Server 2019 CU4. I am currently

Now let us open Microsoft Endpoint Configuration Manager (CB2002) console

This concludes SQL 2017 to SQL 2019 upgrade. Later, I will create another post on how to upgrade SSRS

2017 to SSRS 2019.

Thanks

Ram Lan 4th April 2020

Page 19: Upgrade SQL 2017 to SQL 2019 - INFOTECHRAM INC....Upgrade SQL 2017 to SQL 2019 In this post, I will show you how to upgrade SQL Server 2017 CU19 to SQL Server 2019 CU4. I am currently

Now let us complete below configuration to fix the error on SQL 2019 for CB2002 database. ALTER DATABASE SCOPED CONFIGURATION SET TSQL_SCALAR_UDF_INLINING = OFF