天天看点

在Windows Server 2008+SQLServer2008环境下解决:Windows 不能在 本地计算机 启动 SQLServer...

新装了sql server 2008,第二天早上发现sqlserver 服务没法起来。

当时还没有反应过来,天真的去服务里手动启动SQLServer2008服务:

在Windows Server 2008+SQLServer2008环境下解决:Windows 不能在 本地计算机 启动 SQLServer...

查看系统日志如下:

在Windows Server 2008+SQLServer2008环境下解决:Windows 不能在 本地计算机 启动 SQLServer...

再用sqlserver自带的日志文件查看器查看sqlserver日志,出错信息如下:

  1. 日期2009-3-2615:29:19
  2. 日志已加载的日志文件(D:/ProgramFiles/MicrosoftSQLServer/MSSQL10.SQLServer2008/MSSQL/Log/ERRORLOG)
  3. 源服务器
  4. 消息
  5. TheSQLServerfailedtoinitializeVIAsupportlibrary[QLVipl.dll].ThisnormallyindicatestheVIAsupportlibrarydoesnotexistoriscorrupted.PleaserepairordisabletheVIAnetworkprotocol.Error:0x7e.
  6. 日期2009-3-2615:43:12
  7. 日志已加载的日志文件(D:/ProgramFiles/MicrosoftSQLServer/MSSQL10.SQLServer2008/MSSQL/Log/ERRORLOG.1)
  8. 源服务器
  9. 消息
  10. TDSSNIClientinitializationfailedwitherror0x7e,statuscode0x60.Reason:无法初始化VIA侦听器。找不到指定的模块。

日期 2009-3-26 15:29:19 日志 已加载的日志文件 (D:/Program Files/Microsoft SQL Server/MSSQL10.SQLServer/MSSQL/Log/ERRORLOG) 源 服务器 消息 The SQL Server failed to initialize VIA support library [QLVipl.dll]. This normally indicates the VIA support library does not exist or is corrupted. Please repair or disable the VIA network protocol. Error: 0x7e. 日期 2009-3-26 15:43:12 日志 已加载的日志文件 (D:/Program Files/Microsoft SQL Server/MSSQL10.SQLServer2008/MSSQL/Log/ERRORLOG.1) 源 服务器 消息 TDSSNIClient initialization failed with error 0x7e, status code 0x60. Reason: 无法初始化 VIA 侦听器。 找不到指定的模块。

由此可以看出SQL server的VIA协议有问题了。

进入sql server configure manager,点开 Sql server 网络配置(非sql native client 配置),点sqlserver2008(我sqlserver的名字)协议,将VIA协议禁用。

在Windows Server 2008+SQLServer2008环境下解决:Windows 不能在 本地计算机 启动 SQLServer...

再启动Sql Server服务,成功。