简体   繁体   English

累积更新是否包含Service Pack?

[英]Do Cumulative Updates contain Service Packs?

I wonder if SQL Server CUs contain lower Service Packs. 我想知道SQL Server CU是否包含较低的Service Pack。 I am asking this because I have a SQL Server 2014 which was patched automatically with CU7 and later that week someone applied Service Pack 2 and a bug that was fixed started appearing again, this bug was fixed on CU3 BTW. 我之所以这样问是因为我有一个SQL Server 2014,该软件已自动用CU7进行了修补,并且在本周晚些时候,有人应用了Service Pack 2,并且又开始出现一个已修复的错误,此错误已在CU3 BTW上修复。 For what I saw SP2 was released before CU3 and CU7 but since it was installed later seems that it overwrote the bug fix, even though the SQL Server build number was 12.2.5556.0, it did not contain the fix. 对于我所看到的,SP2是在CU3和CU7之前发布的,但是由于它是在以后安装的,因此它似乎覆盖了错误修复程序,即使SQL Server内部版本号为12.2.5556.0,也没有包含此修复程序。

In the end I installed latest CU (CU8) and it was fixed again, but I wonder why it did not detect that CU was ahead of the SP? 最后,我安装了最新的CU(CU8)并再次进行了修复,但是我想知道为什么它没有检测到CU领先于SP?

Here is the sequence of installation: 这是安装顺序:

在此处输入图片说明

It was confirmed on the Windows Update History: 已在Windows更新历史记录中确认:

在此处输入图片说明

CU's are relevant to a base service pack (eg SP1 CU1 is a completely different build to SP2 CU1, and contain completely different fixes). CU与基本Service Pack相关(例如,SP1 CU1与SP2 CU1完全不同,并且包含完全不同的修复程序)。 They don't include service packs but do contain all previous CU's for their base service pack. 它们不包含Service Pack,但包含基本Service Pack的所有先前CU

Service packs & their CU's may or may not contain fixes found in CU's for an earlier SP. Service Pack及其CU可能包含或可能不包含在较早的SP的CU中找到的修复程序。

As far as I can tell, what happened here is you've gone from SP1 (or RTM) CU7 (builds 12.0.4468.0 / 12.0.2495.0) to SP2 CU8 (build 12.0.5557.0) 据我所知,这里发生的事情是您从SP1(或RTM)CU7(内部版本12.0.4468.0 / 12.0.2495.0)转到了SP2 CU8(内部版本12.0.5557.0)

The link below can be used to check builds & what fixes are in which SP/CU. 下面的链接可用于检查版本和哪个SP / CU中的修复程序。 Clicking through to the bug itself will also tell you which SP/CU's its fixed in. 单击该错误本身还将告诉您其固定在哪个SP / CU中。

https://support.microsoft.com/en-gb/help/2936603/sql-server-2014-build-versions https://support.microsoft.com/en-gb/help/2936603/sql-server-2014-build-versions

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM