SQL patches

  • Hi, Do anyone know how to check whatever patches we have installed in SQL server? 😀

  • You could execute :

    SELECT @@VERSION

    It's always cumulative :-D!

    This would help you too!

    Greetz
    Query Shepherd

  • Here is a very useful site.

    http://sqlserverbuilds.blogspot.com/[/url]

    I have run into instances where the build was not listed and it was traced back to a hotfix attained directly from Microsoft for a specific issue that pushed the build number not something you could not reach unless you got a non-public patch from them.

    If that is your case then you can always retrieve the list of all patches installed to Windows, which would include the SQL Server patches, using PowerShell.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply