之前安装 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

相关文章:

  • 2022-12-23
  • 2021-09-20
  • 2021-05-02
  • 2021-08-31
  • 2022-12-23
  • 2022-01-15
  • 2021-11-29
猜你喜欢
  • 2021-06-14
  • 2021-10-16
  • 2021-11-28
  • 2022-12-23
  • 2021-09-17
  • 2022-01-03
  • 2021-12-01
相关资源
相似解决方案