详解Win8.1 install SQL Server 2008R2 came across compatibility issues
程序员文章站
2022-05-31 19:08:34
...
Solution:
Mount your iso or dvd , e.g. on E:
Run cmd by Administrator
Run command : 聽DISM /Online /Enable-Feature FeatureName:netfx3 /All /LimitAccess /Source:e:\sources\sxs
This will install .net Framework 3.5,then choose rerun the program without getting help.
Finish!
以上就是详解Win8.1 install SQL Server 2008R2 came across compatibility issues 的内容,更多相关内容请关注PHP中文网(www.php.cn)!