Freigeben über


Cumulative Update #1 for SQL Server 2012 Service Pack 1

Dear Customers,

The first cumulative update release for SQL Server 2012 Service Pack 1 is now available for download at the Microsoft Support site. SQL Server 2012 SP1 CU1 contains fixes released in SQL Server 2012 RTM CU 3 & 4. For customers upgrading to Service Pack 1 from SQL Server 2012 RTM CU3 or CU4 should consider applying SQL Server 2012 SP1 CU1 to ensure fixes resident on the system are available post upgrade to Service Pack 1.

Amit Sheth
Program Manager
SQL Server Sustained Engineering

Related Links & Documents

Comments

  • Anonymous
    January 17, 2013
    It seems the resource database hasn't been updated in this release? I've got this query (below) that I use after patching my instances, and it reports 11.00.3000 in the first column and 11.0.3321.0 in the third column. Is this the expected result? SELECT SERVERPROPERTY('ResourceVersion') as ResourceDB, SERVERPROPERTY('ResourceLastUpdateDateTime') as ResourceDBLastUpdated, SERVERPROPERTY('ProductVersion') as Version, SERVERPROPERTY('ProductLevel') as SP; GO

  • Anonymous
    January 23, 2013
    The comment has been removed