SQL Server 2017 Express Installation fails

后端 未结 7 1767
萌比男神i
萌比男神i 2021-02-07 07:18

I am trying to install SQL Server 2017 Express on Windows 10 and it is failing.

Here is the details it shows me after failure:

Action required:
Use the f         


        
7条回答
  •  佛祖请我去吃肉
    2021-02-07 07:46

    The problem is likely that there's a newer version of the Visual C++ Redistributable than SQL Server is trying to install, e.g., from Visual Studio 2017. So another way to address this, if you don't need the latest C++ redistributable, is to go to Add or Remove Programs and uninstall all references to Visual C++ 2017 Redistributable. After this, the SQL Server installation should proceed without errors.

提交回复
热议问题