@@ -42,12 +42,16 @@ INSERT INTO dbo.SqlServerVersions
4242 (MajorVersionNumber, MinorVersionNumber, Branch, [Url], ReleaseDate, MainstreamSupportEndDate, ExtendedSupportEndDate, MajorVersionName, MinorVersionName)
4343VALUES
4444 /* 2025*/
45+ (17 , 4006 , ' CU1 v2' , ' https://learn.microsoft.com/troubleshoot/sql/releases/sqlserver-2025/cumulativeupdate1' , ' 2026-01-29' , ' 2031-01-06' , ' 2036-01-06' , ' SQL Server 2025' , ' Cumulative Update 1 v2' ),
46+ (17 , 4005 , ' CU1' , ' https://learn.microsoft.com/troubleshoot/sql/releases/sqlserver-2025/cumulativeupdate1' , ' 2026-01-15' , ' 2031-01-06' , ' 2036-01-06' , ' SQL Server 2025' , ' Cumulative Update 1 (Removed)' ),
4547 (17 , 1000 , ' RTM' , ' https://info.microsoft.com/ww-landing-sql-server-2025.html' , ' 2025-11-18' , ' 2031-01-06' , ' 2036-01-06' , ' SQL Server 2025' , ' RTM' ),
4648 (17 , 925 , ' RC1' , ' https://info.microsoft.com/ww-landing-sql-server-2025.html' , ' 2025-09-17' , ' 2025-11-18' , ' 2025-11-18' , ' SQL Server 2025' , ' Preview RC1' ),
4749 (17 , 900 , ' RC0' , ' https://info.microsoft.com/ww-landing-sql-server-2025.html' , ' 2025-08-20' , ' 2025-11-18' , ' 2025-11-18' , ' SQL Server 2025' , ' Preview RC0' ),
4850 (17 , 800 , ' CTP 2.1' , ' https://info.microsoft.com/ww-landing-sql-server-2025.html' , ' 2025-06-16' , ' 2025-11-18' , ' 2025-11-18' , ' SQL Server 2025' , ' Preview CTP 2.1' ),
4951 (17 , 700 , ' CTP 2.0' , ' https://info.microsoft.com/ww-landing-sql-server-2025.html' , ' 2025-05-19' , ' 2025-11-18' , ' 2025-11-18' , ' SQL Server 2025' , ' Preview CTP 2.0' ),
5052 /* 2022*/
53+ (16 , 4236 , ' CU23 v2' , ' https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2022/cumulativeupdate23' , ' 2026-01-29' , ' 2028-01-11' , ' 2033-01-11' , ' SQL Server 2022' , ' Cumulative Update 23 v2' ),
54+ (16 , 4235 , ' CU23' , ' https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2022/cumulativeupdate23' , ' 2026-01-15' , ' 2028-01-11' , ' 2033-01-11' , ' SQL Server 2022' , ' Cumulative Update 23 (Removed)' ),
5155 (16 , 4225 , ' CU22' , ' https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2022/cumulativeupdate22' , ' 2025-11-13' , ' 2028-01-11' , ' 2033-01-11' , ' SQL Server 2022' , ' Cumulative Update 22' ),
5256 (16 , 4215 , ' CU21' , ' https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2022/cumulativeupdate21' , ' 2025-09-11' , ' 2028-01-11' , ' 2033-01-11' , ' SQL Server 2022' , ' Cumulative Update 21' ),
5357 (16 , 4205 , ' CU20' , ' https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2022/cumulativeupdate20' , ' 2025-07-10' , ' 2028-01-11' , ' 2033-01-11' , ' SQL Server 2022' , ' Cumulative Update 20' ),
0 commit comments