@@ -41,12 +41,14 @@ DELETE FROM dbo.SqlServerVersions;
4141INSERT INTO dbo .SqlServerVersions
4242 (MajorVersionNumber, MinorVersionNumber, Branch, [Url], ReleaseDate, MainstreamSupportEndDate, ExtendedSupportEndDate, MajorVersionName, MinorVersionName)
4343VALUES
44+ (16 , 4045 , ' CU5' , ' https://support.microsoft.com/en-us/help/5026806' , ' 2023-06-15' , ' 2028-01-11' , ' 2033-01-11' , ' SQL Server 2022' , ' Cumulative Update 5' ),
4445 (16 , 4035 , ' CU4' , ' https://support.microsoft.com/en-us/help/5026717' , ' 2023-05-11' , ' 2028-01-11' , ' 2033-01-11' , ' SQL Server 2022' , ' Cumulative Update 4' ),
4546 (16 , 4025 , ' CU3' , ' https://support.microsoft.com/en-us/help/5024396' , ' 2023-04-13' , ' 2028-01-11' , ' 2033-01-11' , ' SQL Server 2022' , ' Cumulative Update 3' ),
4647 (16 , 4015 , ' CU2' , ' https://support.microsoft.com/en-us/help/5023127' , ' 2023-03-15' , ' 2028-01-11' , ' 2033-01-11' , ' SQL Server 2022' , ' Cumulative Update 2' ),
4748 (16 , 4003 , ' CU1' , ' https://support.microsoft.com/en-us/help/5022375' , ' 2023-02-16' , ' 2028-01-11' , ' 2033-01-11' , ' SQL Server 2022' , ' Cumulative Update 1' ),
4849 (16 , 1050 , ' RTM GDR' , ' https://support.microsoft.com/kb/5021522' , ' 2023-02-14' , ' 2028-01-11' , ' 2033-01-11' , ' SQL Server 2022 GDR' , ' RTM' ),
4950 (16 , 1000 , ' RTM' , ' ' , ' 2022-11-15' , ' 2028-01-11' , ' 2033-01-11' , ' SQL Server 2022' , ' RTM' ),
51+ (15 , 4316 , ' CU21' , ' https://support.microsoft.com/kb/5025808' , ' 2023-06-15' , ' 2025-01-07' , ' 2030-01-08' , ' SQL Server 2019' , ' Cumulative Update 21' ),
5052 (15 , 4312 , ' CU20' , ' https://support.microsoft.com/kb/5024276' , ' 2023-04-13' , ' 2025-01-07' , ' 2030-01-08' , ' SQL Server 2019' , ' Cumulative Update 20' ),
5153 (15 , 4298 , ' CU19' , ' https://support.microsoft.com/kb/5023049' , ' 2023-02-16' , ' 2025-01-07' , ' 2030-01-08' , ' SQL Server 2019' , ' Cumulative Update 19' ),
5254 (15 , 4280 , ' CU18 GDR' , ' https://support.microsoft.com/kb/5021124' , ' 2023-02-14' , ' 2025-01-07' , ' 2030-01-08' , ' SQL Server 2019' , ' Cumulative Update 18 GDR' ),
0 commit comments