June 2013 Cumulative Updates for SQL Server 2008 R2

Well, surely at least partly in response to the CU6 mess I reported earlier today, and partly because they were due, Microsoft has released new cumulative updates that contain – among other things – updated code that avoids the symptom introduced with earlier updates (though this regression fix doesn't seem to appear in the KB articles – unless by "corruption" they meant ridiculous size increase).

SQL Server 2008 R2 Service Pack 1 Cumulative Update # 13

  • KB Article: KB #2855792
  • 5 fixes listed at time of publication
  • Build number is 10.50.2876
  • Relevant for @@VERSION 10.50.2500 through 10.50.2875


SQL Server 2008 R2 Service Pack 2 Cumulative Update # 7

  • KB Article: KB #2844090
  • 11 fixes listed at time of publication
  • Build number is 10.50.4286
  • Relevant for @@VERSION 10.50.4000 through 10.50.4285

(Also see KB #2792921 for information on new features in the SP2 CU7 release.)

My usual disclaimer: these updates are NOT for SQL Server 2008 (or SQL Server 2012). Only apply to systems where SELECT @@VERSION returns 10.50.xxxx, where xxxx is >= 2500. If xxxx < 2500, you need to start thinking about getting off the RTM branch. And based on the number of fixes making it into the SP2 updates, you might consider abandoning SP1, too, if possible…
 
 

Aaron Bertrand

I am a passionate technologist with industry experience dating back to Classic ASP and SQL Server 6.5. I am a long-time Microsoft MVP, write at Simple Talk, SQLPerformance, and MSSQLTips, and have had the honor of speaking at more conferences than I can remember. In non-tech life, I am a father of two, a huge hockey and football fan, and my pronouns are he/him. If I've helped you out, consider thanking me with a coffee. :-)

3 Responses

  1. Hugo Haeck says:

    Thanks Aaron for posting this useful information!!!

  2. AHPerez says:

    Thanks for the tip Aaron, this is useful and much appreciated.

  3. Phil Hegedusich says:

    Thanks, Aaron; great information and much appreciated.