日期 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协议禁用。
再启动Sql Server服务,成功。