1

We have Cumulative Update #10 installed on SQL Server 2012 SP1 that we need because of a specific fix to DQS.

Since the recently released SQL Server 2012 SP2 only contains fixes from CU1 through CU #9, if we decide to update to SP2, will that overwrite and remove the fixes from CU #10? And if so, could we re-apply CU#10 to it? Or would we have to wait until another CU is made for SQL Server 2012 SP2?

marc_s
9,0626 gold badges46 silver badges52 bronze badges
asked Jun 27, 2014 at 18:32
1
  • 2
    @AaronBertrand goes into detail on that here sqlblog.org/2014/06/10/… You'll lose everything from CU10 until CU1 is released for SP2 Commented Jun 27, 2014 at 18:57

1 Answer 1

6

Yes, this is how it works: You lose the updates that were made in any CUs not included in the service pack (sometimes it is more than one CU that is "lost" temporarily).

And no, you can't then apply a Service Pack 1 Cumulative Update to Service Pack 2: the installer simply halts and won't let you do it.

The reason it works this way is that the Service Pack code goes through a longer and more rigorous testing cycle, so needs to be "locked down" months before release, unlike Cumulative Updates which go through less rigorous testing in their - typically - 8-week cycle.

While the SP is being tested, issues continue to be discovered, fixes continue to be checked in, and Cumulative Updates continue to be released. The world doesn't stop because a Service Pack is being tested.

In no situation that I have seen has an SP cycle been halted so that it can include a fix for some issue that has been discovered in the meantime - depending on the nature and severity of the issue, they may "fast-track" a post-SP CU, or they may issue a separate on-demand hotfix. I've seen both of these scenarios happen (more below on the latter). Typically, though, the first CU after the SP was released includes all of the fixes from the last CU or two from the previous branch, kind of a "catch-up."

So, please, wait for Service Pack 2 Cumulative Update 1 (should be end of July, according to this post) before installing Service Pack 2, or be willing to lose the fixes in CU #10.

(And in either case, if you are on Enterprise and run your rebuilds online, please see this blog post about an IMHO critical hotfix addressing a data loss/corruption issue.)

Glorfindel
2,2095 gold badges19 silver badges26 bronze badges
answered Jun 27, 2014 at 19:13
2
  • Ok I thought so. Fortunately, we only have to wait until July! Thanks @Aaron! Commented Jun 27, 2014 at 19:25
  • 1
    @Gabe There is a hotfix for the online index rebuilds now available sqlblog.com/blogs/greg_low/archive/2014/06/30/… However this does not fix the rest of the SP1 CU10 issues that were 'removed' in installing SP2 Commented Jul 1, 2014 at 8:24

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.