Trying to install KB3194720 on our SQL Server 2014 server. When we try to apply the KB the check box for the instance is grayed out. When we click on the database service we see the following:
The version of SQL Server instance MSSQLSERVER does not match the version expected by the SQL Server update. The installed SQL Server product version is 12.0.2000.8, and the expected SQL Server version is 12.1.4100.1.
When I run @@version I get the following:
Microsoft SQL Server 2014 - 12.0.4213.0 (X64)
Jun 9 2015 12:06:16
Copyright (c) Microsoft Corporation
Standard Edition (64-bit) on Windows NT 6.3 <X64> (Build 9600: ) (Hypervisor)
Looking at the initial message it would seem that SP1 is not installed, however, based on @@version SP1 is installed.
What am I missing?