@@ -41,6 +41,11 @@ 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
+ /* 2022*/
45
+ (16 , 4150 , ' CU15 GDR' , ' https://support.microsoft.com/en-us/help/5046059' , ' 2024-10-08' , ' 2028-01-11' , ' 2033-01-11' , ' SQL Server 2022' , ' Cumulative Update 15 GDR' ),
46
+ (16 , 4145 , ' CU15' , ' https://support.microsoft.com/en-us/help/5041321' , ' 2024-09-25' , ' 2028-01-11' , ' 2033-01-11' , ' SQL Server 2022' , ' Cumulative Update 15' ),
47
+ (16 , 4140 , ' CU14 GDR' , ' https://support.microsoft.com/en-us/help/5042578' , ' 2024-09-10' , ' 2028-01-11' , ' 2033-01-11' , ' SQL Server 2022' , ' Cumulative Update 14 GDR' ),
48
+ (16 , 4135 , ' CU14' , ' https://support.microsoft.com/en-us/help/5038325' , ' 2024-07-23' , ' 2028-01-11' , ' 2033-01-11' , ' SQL Server 2022' , ' Cumulative Update 14' ),
44
49
(16 , 4125 , ' CU13' , ' https://support.microsoft.com/en-us/help/5036432' , ' 2024-05-16' , ' 2028-01-11' , ' 2033-01-11' , ' SQL Server 2022' , ' Cumulative Update 13' ),
45
50
(16 , 4115 , ' CU12' , ' https://support.microsoft.com/en-us/help/5033663' , ' 2024-03-14' , ' 2028-01-11' , ' 2033-01-11' , ' SQL Server 2022' , ' Cumulative Update 12' ),
46
51
(16 , 4105 , ' CU11' , ' https://support.microsoft.com/en-us/help/5032679' , ' 2024-01-11' , ' 2028-01-11' , ' 2033-01-11' , ' SQL Server 2022' , ' Cumulative Update 11' ),
@@ -57,6 +62,10 @@ VALUES
57
62
(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' ),
58
63
(16 , 1050 , ' RTM GDR' , ' https://support.microsoft.com/kb/5021522' , ' 2023-02-14' , ' 2028-01-11' , ' 2033-01-11' , ' SQL Server 2022 GDR' , ' RTM' ),
59
64
(16 , 1000 , ' RTM' , ' ' , ' 2022-11-15' , ' 2028-01-11' , ' 2033-01-11' , ' SQL Server 2022' , ' RTM' ),
65
+ /* 2019*/
66
+ (15 , 4395 , ' CU28 GDR' , ' https://support.microsoft.com/kb/5046060' , ' 2024-10-08' , ' 2025-01-07' , ' 2030-01-08' , ' SQL Server 2019' , ' Cumulative Update 28 GDR' ),
67
+ (15 , 4390 , ' CU28 GDR' , ' https://support.microsoft.com/kb/5042749' , ' 2024-09-10' , ' 2025-01-07' , ' 2030-01-08' , ' SQL Server 2019' , ' Cumulative Update 28 GDR' ),
68
+ (15 , 4385 , ' CU28' , ' https://support.microsoft.com/kb/5039747' , ' 2024-08-01' , ' 2025-01-07' , ' 2030-01-08' , ' SQL Server 2019' , ' Cumulative Update 28' ),
60
69
(15 , 4375 , ' CU27' , ' https://support.microsoft.com/kb/5037331' , ' 2024-06-14' , ' 2025-01-07' , ' 2030-01-08' , ' SQL Server 2019' , ' Cumulative Update 27' ),
61
70
(15 , 4365 , ' CU26' , ' https://support.microsoft.com/kb/5035123' , ' 2024-04-11' , ' 2025-01-07' , ' 2030-01-08' , ' SQL Server 2019' , ' Cumulative Update 26' ),
62
71
(15 , 4355 , ' CU25' , ' https://support.microsoft.com/kb/5033688' , ' 2024-02-15' , ' 2025-01-07' , ' 2030-01-08' , ' SQL Server 2019' , ' Cumulative Update 25' ),
@@ -89,7 +98,11 @@ VALUES
89
98
(15 , 4003 , ' CU1' , ' https://support.microsoft.com/en-us/help/4527376' , ' 2020-01-07' , ' 2025-01-07' , ' 2030-01-08' , ' SQL Server 2019' , ' Cumulative Update 1 ' ),
90
99
(15 , 2070 , ' GDR' , ' https://support.microsoft.com/en-us/help/4517790' , ' 2019-11-04' , ' 2025-01-07' , ' 2030-01-08' , ' SQL Server 2019' , ' RTM GDR ' ),
91
100
(15 , 2000 , ' RTM ' , ' ' , ' 2019-11-04' , ' 2025-01-07' , ' 2030-01-08' , ' SQL Server 2019' , ' RTM ' ),
92
- (14 , 3465 , ' RTM CU31 GDR' , ' https://support.microsoft.com/kb/5029376' , ' 2023-10-12' , ' 2022-10-11' , ' 2027-10-12' , ' SQL Server 2017' , ' RTM Cumulative Update 31 GDR' ),
101
+ /* 2017*/
102
+ (14 , 3480 , ' RTM CU31 GDR' , ' https://support.microsoft.com/kb/5046061' , ' 2024-10-08' , ' 2022-10-11' , ' 2027-10-12' , ' SQL Server 2017' , ' RTM Cumulative Update 31 GDR' ),
103
+ (14 , 3475 , ' RTM CU31 GDR' , ' https://support.microsoft.com/kb/5042215' , ' 2024-09-10' , ' 2022-10-11' , ' 2027-10-12' , ' SQL Server 2017' , ' RTM Cumulative Update 31 GDR' ),
104
+ (14 , 3471 , ' RTM CU31 GDR' , ' https://support.microsoft.com/kb/5040940' , ' 2024-07-09' , ' 2022-10-11' , ' 2027-10-12' , ' SQL Server 2017' , ' RTM Cumulative Update 31 GDR' ),
105
+ (14 , 3465 , ' RTM CU31 GDR' , ' https://support.microsoft.com/kb/5029376' , ' 2023-10-10' , ' 2022-10-11' , ' 2027-10-12' , ' SQL Server 2017' , ' RTM Cumulative Update 31 GDR' ),
93
106
(14 , 3460 , ' RTM CU31 GDR' , ' https://support.microsoft.com/kb/5021126' , ' 2023-02-14' , ' 2022-10-11' , ' 2027-10-12' , ' SQL Server 2017' , ' RTM Cumulative Update 31 GDR' ),
94
107
(14 , 3456 , ' RTM CU31' , ' https://support.microsoft.com/en-us/help/5016884' , ' 2022-09-20' , ' 2022-10-11' , ' 2027-10-12' , ' SQL Server 2017' , ' RTM Cumulative Update 31' ),
95
108
(14 , 3451 , ' RTM CU30' , ' https://support.microsoft.com/en-us/help/5013756' , ' 2022-07-13' , ' 2022-10-11' , ' 2027-10-12' , ' SQL Server 2017' , ' RTM Cumulative Update 30' ),
@@ -125,8 +138,18 @@ VALUES
125
138
(14 , 3008 , ' RTM CU2' , ' https://support.microsoft.com/en-us/help/4052574' , ' 2017-11-28' , ' 2022-10-11' , ' 2027-10-12' , ' SQL Server 2017' , ' RTM Cumulative Update 2' ),
126
139
(14 , 3006 , ' RTM CU1' , ' https://support.microsoft.com/en-us/help/4038634' , ' 2017-10-24' , ' 2022-10-11' , ' 2027-10-12' , ' SQL Server 2017' , ' RTM Cumulative Update 1' ),
127
140
(14 , 1000 , ' RTM ' , ' ' , ' 2017-10-02' , ' 2022-10-11' , ' 2027-10-12' , ' SQL Server 2017' , ' RTM ' ),
141
+ /* 2016*/
142
+ (13 , 7045 , ' SP3 Azure Feature Pack GDR' , ' https://support.microsoft.com/en-us/help/5046062' , ' 2024-10-08' , ' 2021-07-13' , ' 2026-07-14' , ' SQL Server 2016' , ' Service Pack 3 Azure Feature Pack GDR' ),
143
+ (13 , 7040 , ' SP3 Azure Feature Pack GDR' , ' https://support.microsoft.com/en-us/help/5042209' , ' 2024-09-10' , ' 2021-07-13' , ' 2026-07-14' , ' SQL Server 2016' , ' Service Pack 3 Azure Feature Pack GDR' ),
144
+ (13 , 7037 , ' SP3 Azure Feature Pack GDR' , ' https://support.microsoft.com/en-us/help/5040944' , ' 2024-07-09' , ' 2021-07-13' , ' 2026-07-14' , ' SQL Server 2016' , ' Service Pack 3 Azure Feature Pack GDR' ),
145
+ (13 , 7029 , ' SP3 Azure Feature Pack GDR' , ' https://support.microsoft.com/en-us/help/5029187' , ' 2023-10-10' , ' 2021-07-13' , ' 2026-07-14' , ' SQL Server 2016' , ' Service Pack 3 Azure Feature Pack GDR' ),
146
+ (13 , 7024 , ' SP3 Azure Feature Pack GDR' , ' https://support.microsoft.com/en-us/help/5021128' , ' 2023-02-14' , ' 2021-07-13' , ' 2026-07-14' , ' SQL Server 2016' , ' Service Pack 3 Azure Feature Pack GDR' ),
128
147
(13 , 7016 , ' SP3 Azure Feature Pack GDR' , ' https://support.microsoft.com/en-us/help/5015371' , ' 2022-06-14' , ' 2021-07-13' , ' 2026-07-14' , ' SQL Server 2016' , ' Service Pack 3 Azure Feature Pack GDR' ),
129
148
(13 , 7000 , ' SP3 Azure Feature Pack' , ' https://support.microsoft.com/en-us/help/5014242' , ' 2022-05-19' , ' 2021-07-13' , ' 2026-07-14' , ' SQL Server 2016' , ' Service Pack 3 Azure Feature Pack' ),
149
+ (13 , 6450 , ' SP3 GDR' , ' https://support.microsoft.com/kb/5046063' , ' 2024-10-08' , ' 2021-07-13' , ' 2026-07-14' , ' SQL Server 2016' , ' Service Pack 3 GDR' ),
150
+ (13 , 6445 , ' SP3 GDR' , ' https://support.microsoft.com/kb/5042207' , ' 2024-09-10' , ' 2021-07-13' , ' 2026-07-14' , ' SQL Server 2016' , ' Service Pack 3 GDR' ),
151
+ (13 , 6441 , ' SP3 GDR' , ' https://support.microsoft.com/kb/5040946' , ' 2024-07-09' , ' 2021-07-13' , ' 2026-07-14' , ' SQL Server 2016' , ' Service Pack 3 GDR' ),
152
+ (13 , 6435 , ' SP3 GDR' , ' https://support.microsoft.com/kb/5029186' , ' 2023-10-10' , ' 2021-07-13' , ' 2026-07-14' , ' SQL Server 2016' , ' Service Pack 3 GDR' ),
130
153
(13 , 6430 , ' SP3 GDR' , ' https://support.microsoft.com/kb/5021129' , ' 2023-02-14' , ' 2021-07-13' , ' 2026-07-14' , ' SQL Server 2016' , ' Service Pack 3 GDR' ),
131
154
(13 , 6419 , ' SP3 GDR' , ' https://support.microsoft.com/en-us/help/5014355' , ' 2022-06-14' , ' 2021-07-13' , ' 2026-07-14' , ' SQL Server 2016' , ' Service Pack 3 GDR' ),
132
155
(13 , 6404 , ' SP3 GDR' , ' https://support.microsoft.com/en-us/help/5006943' , ' 2021-10-27' , ' 2021-07-13' , ' 2026-07-14' , ' SQL Server 2016' , ' Service Pack 3 GDR' ),
@@ -179,6 +202,8 @@ VALUES
179
202
(13 , 2164 , ' RTM CU2' , ' https://support.microsoft.com/en-us/help/3182270 ' , ' 2016-09-22' , ' 2018-01-09' , ' 2018-01-09' , ' SQL Server 2016' , ' RTM Cumulative Update 2' ),
180
203
(13 , 2149 , ' RTM CU1' , ' https://support.microsoft.com/en-us/help/3164674 ' , ' 2016-07-25' , ' 2018-01-09' , ' 2018-01-09' , ' SQL Server 2016' , ' RTM Cumulative Update 1' ),
181
204
(13 , 1601 , ' RTM ' , ' ' , ' 2016-06-01' , ' 2019-01-09' , ' 2019-01-09' , ' SQL Server 2016' , ' RTM ' ),
205
+ /* 2014*/
206
+ (12 , 6449 , ' SP3 CU4 GDR' , ' https://support.microsoft.com/kb/5029185' , ' 2023-10-12' , ' 2019-07-09' , ' 2024-07-09' , ' SQL Server 2014' , ' Service Pack 3 Cumulative Update 4 GDR' ),
182
207
(12 , 6444 , ' SP3 CU4 GDR' , ' https://support.microsoft.com/kb/5021045' , ' 2023-02-14' , ' 2019-07-09' , ' 2024-07-09' , ' SQL Server 2014' , ' Service Pack 3 Cumulative Update 4 GDR' ),
183
208
(12 , 6439 , ' SP3 CU4 GDR' , ' https://support.microsoft.com/en-us/help/5014164' , ' 2022-06-14' , ' 2019-07-09' , ' 2024-07-09' , ' SQL Server 2014' , ' Service Pack 3 Cumulative Update 4 GDR' ),
184
209
(12 , 6433 , ' SP3 CU4 GDR' , ' https://support.microsoft.com/en-us/help/4583462' , ' 2021-01-12' , ' 2019-07-09' , ' 2024-07-09' , ' SQL Server 2014' , ' Service Pack 3 Cumulative Update 4 GDR' ),
@@ -243,6 +268,8 @@ VALUES
243
268
(12 , 2269 , ' RTM MS15-058: GDR Security Update ' , ' https://support.microsoft.com/en-us/help/3045324' , ' 2015-07-14' , ' 2016-07-12' , ' 2016-07-12' , ' SQL Server 2014' , ' RTM MS15-058: GDR Security Update ' ),
244
269
(12 , 2254 , ' RTM MS14-044: GDR Security Update' , ' https://support.microsoft.com/en-us/help/2977315' , ' 2014-08-12' , ' 2016-07-12' , ' 2016-07-12' , ' SQL Server 2014' , ' RTM MS14-044: GDR Security Update' ),
245
270
(12 , 2000 , ' RTM ' , ' ' , ' 2014-04-01' , ' 2016-07-12' , ' 2016-07-12' , ' SQL Server 2014' , ' RTM ' ),
271
+ /* 2012*/
272
+ (11 , 7512 , ' SP4 GDR Security Update' , ' https://support.microsoft.com/en-us/help/5021123' , ' 2023-02-16' , ' 2017-07-11' , ' 2022-07-12' , ' SQL Server 2012' , ' Service Pack 4 GDR Security Update for CVE-2021-1636' ),
246
273
(11 , 7507 , ' SP4 GDR Security Update' , ' https://support.microsoft.com/en-us/help/4583465' , ' 2021-01-12' , ' 2017-07-11' , ' 2022-07-12' , ' SQL Server 2012' , ' Service Pack 4 GDR Security Update for CVE-2021-1636' ),
247
274
(11 , 7493 , ' SP4 GDR Security Update' , ' https://support.microsoft.com/en-us/help/4532098' , ' 2020-02-11' , ' 2017-07-11' , ' 2022-07-12' , ' SQL Server 2012' , ' Service Pack 4 GDR Security Update for CVE-2020-0618' ),
248
275
(11 , 7469 , ' SP4 On-Demand Hotfix Update' , ' https://support.microsoft.com/en-us/help/4091266' , ' 2018-03-28' , ' 2017-07-11' , ' 2022-07-12' , ' SQL Server 2012' , ' Service Pack 4 SP4 On-Demand Hotfix Update' ),
@@ -310,6 +337,7 @@ VALUES
310
337
(11 , 2316 , ' RTM CU1' , ' https://support.microsoft.com/en-us/help/2679368' , ' 2012-04-12' , ' 2017-07-11' , ' 2022-07-12' , ' SQL Server 2012' , ' RTM Cumulative Update 1' ),
311
338
(11 , 2218 , ' RTM MS12-070: GDR Security Update' , ' https://support.microsoft.com/en-us/help/2716442' , ' 2012-10-09' , ' 2017-07-11' , ' 2022-07-12' , ' SQL Server 2012' , ' RTM MS12-070: GDR Security Update' ),
312
339
(11 , 2100 , ' RTM ' , ' ' , ' 2012-03-06' , ' 2017-07-11' , ' 2022-07-12' , ' SQL Server 2012' , ' RTM ' ),
340
+ /* 2008 R2*/
313
341
(10 , 6529 , ' SP3 MS15-058: QFE Security Update' , ' https://support.microsoft.com/en-us/help/3045314' , ' 2015-07-14' , ' 2014-07-08' , ' 2019-07-09' , ' SQL Server 2008 R2' , ' Service Pack 3 MS15-058: QFE Security Update' ),
314
342
(10 , 6220 , ' SP3 MS15-058: QFE Security Update' , ' https://support.microsoft.com/en-us/help/3045316' , ' 2015-07-14' , ' 2014-07-08' , ' 2019-07-09' , ' SQL Server 2008 R2' , ' Service Pack 3 MS15-058: QFE Security Update' ),
315
343
(10 , 6000 , ' SP3 ' , ' https://support.microsoft.com/en-us/help/2979597' , ' 2014-09-26' , ' 2014-07-08' , ' 2019-07-09' , ' SQL Server 2008 R2' , ' Service Pack 3 ' ),
@@ -364,6 +392,7 @@ VALUES
364
392
(10 , 1702 , ' RTM CU1' , ' https://support.microsoft.com/en-us/help/981355' , ' 2010-05-18' , ' 2014-07-08' , ' 2019-07-09' , ' SQL Server 2008 R2' , ' RTM Cumulative Update 1' ),
365
393
(10 , 1617 , ' RTM MS11-049: GDR Security Update' , ' https://support.microsoft.com/en-us/help/2494088' , ' 2011-06-14' , ' 2014-07-08' , ' 2019-07-09' , ' SQL Server 2008 R2' , ' RTM MS11-049: GDR Security Update' ),
366
394
(10 , 1600 , ' RTM ' , ' ' , ' 2010-05-10' , ' 2014-07-08' , ' 2019-07-09' , ' SQL Server 2008 R2' , ' RTM ' ),
395
+ /* 2008*/
367
396
(10 , 6535 , ' SP3 MS15-058: QFE Security Update' , ' https://support.microsoft.com/en-us/help/3045308' , ' 2015-07-14' , ' 2015-10-13' , ' 2015-10-13' , ' SQL Server 2008' , ' Service Pack 3 MS15-058: QFE Security Update' ),
368
397
(10 , 6241 , ' SP3 MS15-058: GDR Security Update' , ' https://support.microsoft.com/en-us/help/3045311' , ' 2015-07-14' , ' 2015-10-13' , ' 2015-10-13' , ' SQL Server 2008' , ' Service Pack 3 MS15-058: GDR Security Update' ),
369
398
(10 , 5890 , ' SP3 MS15-058: QFE Security Update' , ' https://support.microsoft.com/en-us/help/3045303' , ' 2015-07-14' , ' 2015-10-13' , ' 2015-10-13' , ' SQL Server 2008' , ' Service Pack 3 MS15-058: QFE Security Update' ),
0 commit comments