本文介绍了在Windows 7 64位上启动SQLLOCQLDB 2017实例时出错(除未找到入口点外)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图在win7(x64)上启动SQLLOCALDB 2017的实例,但此消息框出现了:

I tried to start an instance of SQLLOCALDB 2017 on win7 (x64) but this message box Appears :

有人知道原因吗?

有关CMD的更多信息:

more info from CMD:

C:\ Users \ hashem-7-x64> SQLLOCALDB信息MSSQLLocalDB

C:\Users\hashem-7-x64>SQLLOCALDB INFO MSSQLLocalDB

C:\ Users \ hashem-7-x64> SQLLOCALDB版本Microsoft SQL Server 2017 (14.0.1000.169)

C:\Users\hashem-7-x64>SQLLOCALDB VERSIONS Microsoft SQL Server 2017 (14.0.1000.169)

C:\ Users \ hashem-7-x64> SQLLOCALDB START MSSQLLOCALDB LocalDB的启动 实例"MSSQLLOCALDB"由于以下错误而失败:错误 LocalDB实例启动期间发生错误:SQL Server进程无法执行 体育场.

C:\Users\hashem-7-x64>SQLLOCALDB START MSSQLLOCALDB Start of LocalDB instance "MSSQLLOCALDB" failed because of the following error: Error occurred during LocalDB instance startup: SQL Server process failed to sta rt.

C:\ Users \ hashem-7-x64>

C:\Users\hashem-7-x64>

推荐答案

我遇到了同样的问题,并通过卸载Sql Server LocalDB 2017并安装了2014版本来解决了该问题.

I had the same problem and I resolved it by uninstalling Sql Server LocalDB 2017 and installing the 2014 version.

显然2017年版本与Windows 7不兼容.

Apparently the 2017 version is not compatible with Windows 7.

这篇关于在Windows 7 64位上启动SQLLOCQLDB 2017实例时出错(除未找到入口点外)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 00:03