设为首页 加入收藏

TOP

MSSQL 2012安装报错之0x858C001B
2017-10-11 16:20:42 】 浏览:8654
Tags: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

】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇SC命令---安装、开启、配置、关闭.. 下一篇Windows事件ID大全

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目