Windows 10 错误代码0x851a0019等待数据库引擎恢复句柄失败的sql server

Windows 10 错误代码0x851a0019等待数据库引擎恢复句柄失败的sql server,windows-10,sql-server-2016,Windows 10,Sql Server 2016,在windows 10上安装ms sql server 2016时出现问题。 我试过可能的解决办法。 卸载sql server,删除注册表,重新安装。结果还是一样的错误 以下是错误日志: 2018-06-27 19:57:58.24 Server The SQL Server Network Interface library could not register the Service Principal Name (SPN) [ MSSQLSvc/name ] for the SQL Ser

在windows 10上安装ms sql server 2016时出现问题。 我试过可能的解决办法。 卸载sql server,删除注册表,重新安装。结果还是一样的错误

以下是错误日志:

2018-06-27 19:57:58.24 Server The SQL Server Network Interface library could not register the Service Principal Name (SPN) [ MSSQLSvc/name ] for the SQL Server service. Windows return code: 0xffffffff, state: 63. Failure to register a SPN might cause integrated authentication to use NTLM instead of Kerberos. This is an informational message. Further action is only required if Kerberos authentication is required by authentication policies and if the SPN has not been manually registered. 2018-06-27 19:57:59.75 spid5s External dump process return code 0x20000001. 2018-06-27 19:58:01.11 spid6s Error: 5243, Severity: 22, State: 8. 2018-06-27 19:58:01.11 spid6s An inconsistency was detected during an internal operation. Please contact technical support. 2018-06-27 19:58:01.11 spid6s Error: 5105, Severity: 16, State: 1. 2018-06-27 19:58:01.11 spid6s A file activation error occurred. The physical file name 'C:\Program Files\Microsoft SQL Server\MSSQL13.MSSQLSERVER\MSSQL\DATA\modellog.ldf' may be incorrect. Diagnose and correct additional errors, and retry the operation. 2018-06-27 19:58:01.11 spid6s File activation failure. The physical file name "C:\Program Files\Microsoft SQL Server\MSSQL13.MSSQLSERVER\MSSQL\DATA\modellog.ldf" may be incorrect. 2018-06-27 19:58:01.11 spid6s Error: 945, Severity: 14, State: 2. 2018-06-27 19:58:01.11 spid6s Database 'model' cannot be opened due to inaccessible files or insufficient memory or disk space. See the SQL Server errorlog for details. 2018-06-27 19:58:01.11 spid6s SQL Server shutdown has been initiated 2018-06-27 19:58:01.11 spid6s SQL Trace was stopped due to server shutdown. Trace ID = '1'. This is an informational message only; no user action is required. 2018-06-27 19:57:58.24服务器SQL Server网络接口库无法为SQL Server服务注册服务主体名称(SPN)[MSSQLSvc/Name]。Windows返回代码:0xFFFFFF,状态:63。注册SPN失败可能会导致集成身份验证使用NTLM而不是Kerberos。这是一条信息性消息。仅当身份验证策略需要Kerberos身份验证且SPN尚未手动注册时,才需要执行进一步的操作。2018-06-27 19:57:59.75 spid5s外部转储过程返回代码0x2000001。 2018-06-27 19:58:01.11 spid6s错误:5243,严重程度:22,状态:8。 2018-06-27 19:58:01.11 spid6s内部操作期间检测到不一致。请联系技术支持。 2018-06-27 19:58:01.11 spid6s错误:5105,严重程度:16,状态:1。 2018-06-27 19:58:01.11 SPID6出现文件激活错误。物理文件名“C:\Program Files\Microsoft SQL Server\MSSQLS13.MSSQLSERVER\MSSQL\DATA\modellog.ldf”可能不正确。诊断并更正其他错误,然后重试该操作。 2018-06-27 19:58:01.11 spid6s文件激活失败。物理文件名“C:\Program Files\Microsoft SQL Server\MSSQLS13.MSSQLSERVER\MSSQL\DATA\modellog.ldf”可能不正确。 2018-06-27 19:58:01.11 spid6s错误:945,严重性:14,状态:2。 2018-06-27 19:58:01.11由于无法访问文件或内存或磁盘空间不足,spid6s数据库“模型”无法打开。有关详细信息,请参阅SQL Server错误日志。 2018-06-27 19:58:01.11 spid6s SQL Server关闭已启动 2018-06-27 19:58:01.11由于服务器关闭,spid6s SQL跟踪已停止。跟踪ID='1'。这只是一条信息性信息;不需要用户操作。 谢谢

C:\Users\Administrator>net start mssql$msdb1 /T3608
The SQL Server (MSDB1) service is starting.
The SQL Server (MSDB1) service was started successfully.


C:\Users\Administrator>sqlcmd -e
1> restore database model
2> go
restore database model

RESTORE DATABASE successfully processed 0 pages in 0.101 seconds (0.000 MB/sec).

现在数据库应该启动了

嗨,这不是关于启动我的数据库,我没有成功安装sql server 2016。我总是在安装时遇到这个错误。有人能解决这个问题吗?