@@ -41,9 +41,10 @@ DELETE FROM dbo.SqlServerVersions;
41
41
INSERT INTO dbo .SqlServerVersions
42
42
(MajorVersionNumber, MinorVersionNumber, Branch, [Url], ReleaseDate, MainstreamSupportEndDate, ExtendedSupportEndDate, MajorVersionName, MinorVersionName)
43
43
VALUES
44
- (16 , 4025 , ' CU3' , ' https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2022/cumulativeupdate3' , ' 2023-04-13' , ' 2028-01-11' , ' 2033-01-11' , ' SQL Server 2022' , ' Cumulative Update 3' ),
45
- (16 , 4015 , ' CU2' , ' https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2022/cumulativeupdate2' , ' 2023-03-15' , ' 2028-01-11' , ' 2033-01-11' , ' SQL Server 2022' , ' Cumulative Update 2' ),
46
- (16 , 4003 , ' CU1' , ' https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2022/cumulativeupdate1' , ' 2023-02-16' , ' 2028-01-11' , ' 2033-01-11' , ' SQL Server 2022' , ' Cumulative Update 1' ),
44
+ (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' ),
45
+ (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' ),
46
+ (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' ),
47
+ (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' ),
47
48
(16 , 1050 , ' RTM GDR' , ' https://support.microsoft.com/kb/5021522' , ' 2023-02-14' , ' 2028-01-11' , ' 2033-01-11' , ' SQL Server 2022 GDR' , ' RTM' ),
48
49
(16 , 1000 , ' RTM' , ' ' , ' 2022-11-15' , ' 2028-01-11' , ' 2033-01-11' , ' SQL Server 2022' , ' RTM' ),
49
50
(15 , 4312 , ' CU20' , ' https://support.microsoft.com/kb/5024276' , ' 2023-04-13' , ' 2025-01-07' , ' 2030-01-08' , ' SQL Server 2019' , ' Cumulative Update 20' ),
0 commit comments