MSSQL 2012安装报错之0x858C001B

之前安装 Microsoft Sql Server 2012 R2 的时候总是报这样的错误:

SQL Server Setup has encountered the following error:

The SQL Server license agreement cannot be located for the selected edition, enterprise. This could be a result of corrupted media or the edition being unsupported by the media.

Error code 0x858C001B.

起初以为是安装介质的问题,后来搜索才发现了问题:原来是操作系统版本和 MSSQL 的语言版本不相适导致的。

操作系统环境:Windows 7 Enterpirse SP1 英文版

MSSQL: Microsoft SQL Server 2012 R2 中文版。(以cn为文件名开始)

解决方法:

1. 为计算机安装相应语言包。(到MSDN上下载与操作系统相关的语言包并安装设置)

2. 下载使用与操作系统语言兼容的介质。(慢慢习惯英文界面了)

仅为记录!

参考:

  SQL 2012安装报错之0x858C001B

原文地址:https://www.cnblogs.com/Interkey/p/5140435.html