Tom's blog

Thoughts about SQL and related stuff…

Entries Tagged ‘version’

New cumulative Update Packs for SQL 2008: CU8 SP1 and CU1 for R2

Microsoft has released CU8 for SQL 2008 SP1 and CU1 for SQL 2008 R2 This makes the cumulative update table as follows: Version Service Pack (SP) / Cumulative Update (CU) 10.50.1702.0 R2 CU1 10.50.1600.1 SQL 2008 R2 RTM 10.0.2775.0 SP1 CU8 10.0.2766.0 SP1 CU7 10.0.2757.0 SP1 CU6 10.0.2746.0 SP1 CU5 10.0.2734.0 SP1 CU4 10.0.2723.0 SP1 [...]

New cumulative Update Packs for SQL 2008: CU10 for RTM and CU7 for SP1

Microsoft has released CU10 for SQL 2008 and CU7 for SQL 2008 SP1. This makes the cumulative update table as follows: Version Service Pack (SP) / Cumulative Update (CU) 10.0.2766.0 SP1 CU7 10.0.2757.0 SP1 CU6 10.0.2746.0 SP1 CU5 10.0.2734.0 SP1 CU4 10.0.2723.0 SP1 CU3 10.0.2714.0 SP1 CU2 10.0.2710.0 SP1 CU1 10.0.2531.0 SP1 10.0.1835.0 CU10 10.0.1828.0 [...]

New cumulative Update Packs for SQL2008: CU9 for SQL2k8 RTM, CU6 for SQL2k8 SP1

Microsoft has released CU10 for SQL 2008 and CU7 for SQL 2008 SP1. This makes the cumulative update table as follows: Version Service Pack (SP) / Cumulative Update (CU) 10.0.2757.0 SP1 CU6 10.0.2746.0 SP1 CU5 10.0.2734.0 SP1 CU4 10.0.2723.0 SP1 CU3 10.0.2714.0 SP1 CU2 10.0.2710.0 SP1 CU1 10.0.2531.0 SP1 10.0.1828.0 CU9 10.0.1823.0 CU8 10.0.1818.0 CU7 [...]

New Cumulative Updates for SQL 2008

Yep, it’s that time again. Microsoft released CU8 for SQL 2008 and CU5 for SQL 2008 SP1. This makes the cumulative update table as follows: Version Service Pack (SP) / Cumulative Update (CU) 10.0.2746.0 SP1 CU5 10.0.2734.0 SP1 CU4 10.0.2723.0 SP1 CU3 10.0.2714.0 SP1 CU2 10.0.2710.0 SP1 CU1 10.0.2531.0 SP1 10.0.1823.0 CU8 10.0.1818.0 CU7 10.0.1812.0 [...]

Cumulative Updates and Service Pack versions for SQL 2008

To find out exactly which edition, Cumulative Update and Service Pack version you are running, you can execute following query in a query window: select SERVERPROPERTY(‘productversion’), SERVERPROPERTY(‘productlevel’), SERVERPROPERTY(‘edition’) This will return something like this: 10.0.2531.0 SP1 Enterprise Edition (64-bit)   (An overview of all SERVERPROPERTY properties can be found here)   In the following table, [...]