简体   繁体   English

SQL Server 2014 - SQL Configuration Manager中未安装任何服务

[英]SQL Server 2014 - No services installed in SQL Configuration Manager

I have Installed Microsoft® SQL Server® 2014 Express , but I can't find SQL Server Services to run it in the "SQL Server Configuration Manager", so I can't connect to SQL server. 我已安装Microsoft®SQLServer®2014Express,但我找不到SQL Server服务在“SQL Server配置管理器”中运行它,因此我无法连接到SQL服务器。

It's a problem because when I launch Sql Server Management Studio and that I try to connect me on the database server with server name "(local)", "localhost", "SQLEXPRESS",(local)/SQLEXPRESS, it doesn't work 这是一个问题,因为当我启动Sql Server Management Studio并且我尝试使用服务器名称“(local)”,“localhost”,“SQLEXPRESS”,(本地)/ SQLEXPRESS在数据库服务器上连接我时,它不起作用

I've seen in services.msc and I saw "SQL Server VSS Writer" launched automatically. 我在services.msc中看到过,我看到“SQL Server VSS Writer”自动启动。

Do you have a solution ? 你有解决方案吗 ?

Thank you 谢谢

If you download from http://www.microsoft.com/en-us/download/details.aspx?id=42299 , make sure use SQLEXPRADV_x86_ENU.exe or SQLEXPR_x86_ENU.exe . 如果从http://www.microsoft.com/en-us/download/details.aspx?id=42299下载, 确保使用SQLEXPRADV_x86_ENU.exeSQLEXPR_x86_ENU.exe SQLManagementStudio_x86_FRA.exe does not contains database engine. SQLManagementStudio_x86_FRA.exe不包含数据库引擎。

I want to think that I had the same issue. 我想我有同样的问题。 When this happened to me, I went to the Configuration Manager only to learn that I had no Services whatsoever. 当我遇到这种情况时,我只是去配置管理器了解我没有任何服务。 I solved it by installing the SQL Server Express with with Advanced Services version from Microsoft . 我通过安装带有Microsoft的高级服务版本的SQL Server Express解决了这个问题。

I don't know whether you do need all its functionality, though. 但我不知道你是否确实需要它的所有功能。 But what I do know is that it will solve your issue. 但我所知道的是它会解决你的问题。

The problem is actually, I am pretty sure, that you have installed the Management Studio, not the Database Engine itself. 问题实际上,我很确定,您已经安装了Management Studio,而不是数据库引擎本身。 You have to install the Database Engine. 您必须安装数据库引擎。 The response @Edward gave will lead you to the Database Engine for SQL Server Express 2014, that will do the trick. @Edward给出的响应将引导您进入SQL Server Express 2014的数据库引擎,这将解决问题。 I hope this helps to clarify what the problem was. 我希望这有助于澄清问题所在。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM