当前位置: 代码迷 >> SQL >> MSSQL服务起动失败
  详细解决方案

MSSQL服务起动失败

热度:78   发布时间:2016-05-05 15:02:05.0
MSSQL服务启动失败

有几天时间没用本机上的MSSQL了,今天打开来不能连接,看了下服务没有启动,启动时提示“请求失败或服务未及时响应......”,查看了下日志文件,如下:

?

A self-generated certificate was successfully loaded for encryption.

2011-12-09 16:12:18.71 服务器 ? ? ? ? 错误: 17182,严重性: 16,状态: 1。

2011-12-09 16:12:18.71 服务器 ? ? ? ? TDSSNIClient initialization failed with error 0x7e, status code 0x60.

2011-12-09 16:12:18.72 服务器 ? ? ? ? 错误: 17182,严重性: 16,状态: 1。

2011-12-09 16:12:18.72 服务器 ? ? ? ? TDSSNIClient initialization failed with error 0x7e, status code 0x1.

2011-12-09 16:12:18.72 服务器 ? ? ? ? 错误: 17826,严重性: 18,状态: 3。

2011-12-09 16:12:18.72 服务器 ? ? ? ? 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.

2011-12-09 16:12:18.72 服务器 ? ? ? ? 错误: 17120,严重性: 16,状态: 1。

?

网上搜了下,是VIA协议的问题,关闭即可!

?

禁用方法:

开始->程序->Microsoft SQL Server 2005->配置工具->SQL Server Configuration Manager ->打开后找到"SQL Server 2005 网络配置"->MSSQLSERVER 属性的协议?? 在右边的属性框中把“VIA协议”禁用即可!

  相关解决方案