I'm attempting to push Service Pack 3 for SQL Server 2012 to a couple of our testing database servers (running different versions of Windows, same version of SQL) via our internal WSUS server.
WSUS server: Windows Server 2008 R2 SP1
SQL Server 2012 #1: Microsoft SQL Server 2012 - 11.0.5613.0 (X64) May 4 2015 19:05:02 Copyright (c)
Microsoft Corporation Enterprise Edition: Core-based Licensing (64-bit) on
Windows NT 6.3 <x64>(Build 9600: )
SQL Server 2012 #2: Microsoft SQL Server 2012 - 11.0.5343.0 (X64) May 4 2015 19:11:32 Copyright (c)
Microsoft Corporation Enterprise Edition: Core-based Licensing (64-bit) on
Windows NT 6.1 (Build 7601: Service Pack 1)
I've created a computer group in WSUS with the servers as members, and approved update thehttps://support.microsoft.com/en-us/kb/3072779 update. I've run wuauclt /resetauthorization, /reportnow etc., and WUA does not detect SP3 as being required, and in the WSUS console, the service pack shows as not applicable. Is there some prerequisite which I'm missing? Or is there some sort of problem with the detection logic?
Thanks for your help!