解决:安装SQL Server 2008 Native Client遇到错误(在Navicat premium新建sqlserver连接时 需要):An error occurred during ...HRESULT: 0x80070422(注意尾部的错误号)

时间:2017-09-02 17:32:03   收藏:0   阅读:1067

 

解决:安装SQL Server 2008 Native Client遇到错误(在Navicat premium新建sqlserver连接时 需要):An error occurred during ...HRESULT: 0x80070422(注意尾部的错误号)

 

SQL Server 2008 Native Client遇到错误提示而无法继续:

Microsoft SQL Server 2008 Native Client . An error occurred during the installation of assembly ‘Microsoft.VC80.CRT,version="8.0.50727.1833"......HRESULT: 0x80070422 注意尾部有这个错误代码!

 

解决问题的思路就是 按照错误代码 进行思考和搜索:搜索了一下.HRESULT: 0x80070422  发现这个错误是跟windows没有开启 window update服务有关。

于是 打开命令services.msc,进入服务,开启启动以下服务:

Windows Update

Windows Installer

Windows Modules Installer

Base Filtering Engine

Background Intelligent Transfer Service

 

重新安装 Microsoft SQL Server 2008 Native Client ,可以顺利安装! 解决!

原文:http://www.cnblogs.com/wangqishu/p/7467030.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!