解决办法
问题可能是有一个比SQL Server试图安装的Visual C ++ Redistributable更新版本,例如,从Visual Studio 2017安装。如果你不需要最新的C ++可再发行组件,那么解决这个问题的一种方法就是去 添加或删除程序并卸载对Visual C ++ 2017 Redistributable的所有引用。 在此之后,SQL Server安装应该没有错误地继续。
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.
本文解决了一个常见的SQLServer安装问题,当遇到由于VisualC++版本冲突导致的安装错误时,可以通过卸载所有VisualC++2017Redistributable组件,然后再尝试重新安装SQLServer,以确保安装过程顺利进行。
1万+

被折叠的 条评论
为什么被折叠?



