Follow sqlserver-dba.com

Subscribe to RSS feed  Follow @jackvamvas - Twitter

*Use the Comments section for questions

SQLServer-DBA.com Links

Dba_db2_button

dba-ninja.com

SQL Server DBA Jobs

Get cumulative update number for SQL Server Version

07 February,2017 by Tom Collins

Question: I’m trying to find the latest sql cumulative update on a SQL Server. I’ve read the post SQL Server – Get SQL Server Version (SQL Server DBA) and have extracted the details. How can I tell from the information the cumulative update.?

The SQL Server version details returned are: 12.0.5538.0 . It’s SQL Server 2014 – but how do I know the Cumulative Update version?

 Answer: As you have read the post  SQL Server – Get SQL Server Version (SQL Server DBA)  getting the sql server version is recorded within the SQL Server meta data. A Cumulative Update  (CU) is created  and contains a list of hot fixes . Keeping up to date with a CU can be more practical for a DBA. Having to keep up to  date with every hotfix can be a daunting task.

Once you have the information from one of the methods posted in ,  you can obtain the CU version number by checking a host of references on the Microsoft site. One such example:

https://support.microsoft.com/en-gb/help/321185/how-to-determine-the-version,-edition-and-update-level-of-sql-server-and-its-components

The example you’ve given : 12.0.5538.0  is CU3 for SQL 2014 SP2

Read More

SQL Server Version with Powershell (SQL Server DBA)

Use Powershell Get-Hotfix to get all hotfixes on Windows


Author: Tom Collins (http://www.sqlserver-dba.com)


Share:

Verify your Comment

Previewing your Comment

This is only a preview. Your comment has not yet been posted.

Working...
Your comment could not be posted. Error type:
Your comment has been posted. Post another comment

The letters and numbers you entered did not match the image. Please try again.

As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.

Having trouble reading this image? View an alternate.

Working...

Post a comment on Get cumulative update number for SQL Server Version


sqlserver-dba.com | SQL Server Performance Tuning | SQL Server DBA:Everything | FAQ | Contact|Copyright & Disclaimer