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.
我试图谷歌但没有获得任何修复。我不想使用任何自定义SSL证书或SQL服务器的任何高端功能。我只是想用它来收集我的应用程序中的数据。使用存储过程的简单CRUD操作。任何人都可以帮助我理解SQL服务器的错误。任何解决方法也都有效。