解決:安裝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 ,可以順利安裝! 解決!