解决:安装SQL Server 2008 Native Client遇到错误(在Navicat premium新建sqlserver链接时 须要):An error occurred during ...HRESULT: 0x80070422(注意尾部的错误号)sql
SQL Server 2008 Native Client遇到错误提示而没法继续:windows
Microsoft SQL Server 2008 Native Client . An error occurred during the installation of assembly 'Microsoft.VC80.CRT,version="8.0.50727.1833"......HRESULT: 0x80070422 注意尾部有这个错误代码!sqlserver
解决问题的思路就是 按照错误代码 进行思考和搜索:搜索了一下.HRESULT: 0x80070422 发现这个错误是跟windows没有开启 window update服务有关。spa
因而 打开命令services.msc,进入服务,开启启动如下服务:server
Windows Updaterem
Windows Installerio
Windows Modules Installerdate
Base Filtering Engine搜索
Background Intelligent Transfer Serviceservice
从新安装 Microsoft SQL Server 2008 Native Client ,能够顺利安装! 解决!