SQL Server 2014 Express 突然停止工作起不来

SQL Server 2014 Express suddenly stopped working and not getting up

SQL Server 2014 Express 运行良好,但不知道周末突然发生了什么,它无法启动。我尝试手动 运行 它,但它抛出了下面的错误消息。

错误日志文件如下:

2017-04-10 10:36:41.56 spid9s      Starting up database 'msdb'.
2017-04-10 10:36:41.56 spid12s     Starting up database 'mssqlsystemresource'.
2017-04-10 10:36:41.57 spid12s     The resource database build version is 12.00.2000. This is an informational message only. No user action is required.
2017-04-10 10:36:41.59 spid9s      1 transactions rolled forward in database 'msdb' (4:0). This is an informational message only. No user action is required.
2017-04-10 10:36:41.60 spid9s      0 transactions rolled back in database 'msdb' (4:0). This is an informational message only. No user action is required.
2017-04-10 10:36:41.60 spid12s     Starting up database 'model'.
2017-04-10 10:36:41.63 spid12s     Clearing tempdb database.
2017-04-10 10:36:41.76 spid12s     Starting up database 'tempdb'.
2017-04-10 10:36:41.92 spid14s     The server could not load the certificate it needs to initiate an SSL connection. It returned the following error: 0x80090331. Check certificates to make sure they are valid.
2017-04-10 10:36:41.92 spid14s     Unable to initialize SSL encryption because a valid certificate could not be found, and it is not possible to create a self-signed certificate.
2017-04-10 10:36:41.92 spid14s     Error: 17182, Severity: 16, State: 1.
2017-04-10 10:36:41.92 spid14s     TDSSNIClient initialization failed with error 0x80090331, status code 0x80. Reason: Unable to initialize SSL support. The client and server cannot communicate, because they do not possess a common algorithm. 
2017-04-10 10:36:41.92 spid14s     Error: 17182, Severity: 16, State: 1.
2017-04-10 10:36:41.92 spid14s     TDSSNIClient initialization failed with error 0x80090331, status code 0x1. Reason: Initialization failed with an infrastructure error. Check for previous errors. The client and server cannot communicate, because they do not possess a common algorithm. 
2017-04-10 10:36:41.92 spid14s     Error: 17826, Severity: 18, State: 3.
2017-04-10 10:36:41.92 spid14s     Could not start the network library because of an internal error in the network library. To determine the cause, review the errors immediately preceding this one in the error log.
2017-04-10 10:36:41.92 spid14s     Error: 17120, Severity: 16, State: 1.
2017-04-10 10:36:41.92 spid14s     SQL Server could not spawn FRunCommunicationsManager thread. Check the SQL Server error log and the Windows event logs for information about possible related problems.

我尝试 google 它但没有得到任何修复。我不想使用任何自定义 SSL 证书或 SQL 服务器的任何高端功能。我只想用它从我的应用程序中收集数据。使用存储过程的简单 CRUD 操作。谁能帮助我了解 SQL 服务器出了什么问题。任何解决方法也都有效。

通过从 here

安装累积更新解决了问题

如果您要安装全新副本,请安装 SP2。可以从 here

下载