I recently updated SQL 2012 SP2 to SP3 (KB3072779)
After a reboot I am getting an error message when I try to logon locally to SSMS. I do have SA, and am able to login to the database remotely with SSMS.
"A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - No process is on the other end of the pipe.) (Microsoft SQL Server, Error: 233)"
When I look at the SQL Server Configuration Manager I did notice that the SQL Server Agent was disabled and when I try to enable it I get "The Process terminated unexpectedly. [0x8007042b]" when providing a service account for the process to run.
I am seeing errors in the application log
"SQLServerAgent could not be started (reason: Unable to connect to server '(local)'; SQLServerAgent cannot start)."
"The Open Procedure for service "WmiApRpl" in DLL "C:\Windows\system32\wbem\wmiaprpl.dll" failed. Performance data for this service will not be available. The first four bytes (DWORD) of the Data section contains the error code."
"The Open Procedure for service "Lsa" in DLL "C:\Windows\System32\Secur32.dll" failed. Performance data for this service will not be available. The first four bytes (DWORD) of the Data section contains the error code."
"The Open Procedure for service "ESENT" in DLL "C:\Windows\system32\esentprf.dll" failed. Performance data for this service will not be available. The first four bytes (DWORD) of the Data section contains the error code."
If I uninstall SP3 I am able to login with no issues. Is there anything I can do to attempt to get SP3 to allow SSMS and SQL Server Agent to work correctly for me?