marty001 发表于 2018-10-11 13:53:36

SQL Server 2008 126错误代码

  我在重启SQL Server 2008服务的时候,突然间报错,服务起不来,错误:
  The SQL Server (SQLSTARR) service terminated with service-specific error 126 (0x7E).
  之后我看了系统日志,The SQL Server failed to initialize VIA support library . This normally indicates the VIA support library does not exist or is corrupted. Please repair or disable the VIA network protocol. Error: 0x7e.说把VIA网络协议修复或禁用就可以了,于是我就进入Start->Programs -> Microsoft Sql server 2008-> Configuration Tools -> SQL Server Configuration Manager中的SQL Server Network Configuration下的Protocals for SQL 2008里,不过却发现VIA是禁用的,于是我又开启了下SQL Server 2008服务,但还是相同的错误,于是我把它开启又禁用后,再重新开启sql服务,这时成功开启了。

页: [1]
查看完整版本: SQL Server 2008 126错误代码