After applying SP3 for SQL Server Express 2014 SP1, version detected is incorrect

DineK 1 Reputation point
2021-06-10T06:32:03.077+00:00

I recently applied SP3 for SQL Server Express 2014 SP1 but the SQL Server service version is still appearing as 12.0.4100.1 whereas it should change to 12.0.6024.0. Any ideas of why the Instance would be detected as the older version and how to fix

SQL Server | Other
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Olaf Helper 47,441 Reputation points
    2021-06-10T07:18:24.52+00:00

    still appearing as 12.0.4100.1

    Where does it appear? What do

    SELECT @@VERSION
    

    return as build number? During installation of SP, have you selected the right instance or did you only update the shared components?


  2. Eduard-Doru Wagner 21 Reputation points
    2021-06-10T07:26:46.15+00:00

    Please run the following report, in SQL Server Installation Center (SQL install wizard), choose Tools -> Installed SQL Server features discovery report.
    This will show you Version for every Feature and Instance installed on that machine.


  3. AmeliaGu-MSFT 14,006 Reputation points Microsoft External Staff
    2021-06-10T07:57:37.437+00:00

    Hi DineK-5571,

    Welcome to Microsoft Q&A.
    Have you selected the instance in the Select Features page when installing SP3?
    Could you please try to run SP3 for SQL Server 2014 installation file as admin again and see if there are any message?
    We also can find SQL Server version information in the top line of Errorlog which is located at Program Files\Microsoft SQL Server\MSSQL12.\MSSQL\Log.

    Best Regards,
    Amelia


  4. AmeliaGu-MSFT 14,006 Reputation points Microsoft External Staff
    2021-06-11T08:09:39.643+00:00

    Hi DineK-5571,
    I did a test and the installation of sp3 for SQL Server 2014 went well.

    104659-image.png
    Install SP3 for SQL Server:
    104630-image.png

    After installing:

    104560-image.png

    And if we launch SP3 setup file again after successfully installation, we will see the following error message:
    104711-image.png

    Please make sure the setup file you installed is 64-bit.

    Please try to download SP3 for SQL Server from here, and install it again.

    Best Regards,
    Amelia

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.