无法通过 SQL Server 2008 Express Management Studio 连接到本地计算机

发布于 2024-09-08 06:39:39 字数 357 浏览 10 评论 0原文

大家好,

之前我安装了 SQL Server 2008,但后来我删除了它,并安装了 SQL Server 2008 Express Management Studio。现在我无法连接到本地计算机。我收到错误:

与网络相关或特定于实例的 建立时发生错误 连接到 SQL 服务器。服务器 没有找到或没有 accessible.验证实例 名称正确并且 SQl Server 是 配置为允许远程 连接。(提供:命名管道 提供商,错误:40 - 无法打开 连接到 SQL Server)(微软 SQL Server,错误:2)。

但我可以通过VS2010创建DB。

HI, folks,

Previously, I had a SQL Server 2008 installed, but then I deleted it, and installed SQL Server 2008 Express Management Studio. And now I can't connect to local computer. I get error :

A network-related or instance-specific
error occured while establishing a
connection to SQL server. The server
was not found or was not
accesible.Verify that the instance
name is correct and that SQl Server is
configured to allow remote
connections.(provide: Named Pipes
Provider, error:40 - Could not open a
connection to SQL Server) (Microsoft
SQL Server, Error: 2).

But I can create DB via VS2010.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

遥远的她 2024-09-15 06:39:39

感谢 Mark 的评论:

我相信 Express 版本运行命名实例。您在连接字符串中指定它,对吧?类似于(本地)\SQLEXPRESS 或 127.0.0.1\SQLEXPRESS?

来自 Microsoft http://technet.microsoft.com/ en-us/library/ms165679(v=sql.90).aspx

SQL Server Express 通常安装为命名实例。实例的默认名称是 SQLExpress。

Courtesy of Mark's comment:

I believe express editions run a named instance. You are specifying it in your connection string, right? Something like, (local)\SQLEXPRESS or 127.0.0.1\SQLEXPRESS?

From Microsoft http://technet.microsoft.com/en-us/library/ms165679(v=sql.90).aspx:

SQL Server Express is typically installed as a named instance. The default name of the instance is SQLExpress.

乞讨 2024-09-15 06:39:39

SQL Server Express 版本默认安装,无需 TCP/IP 连接。如果数据库服务在一台计算机上运行,​​而 Management Studio 在另一台计算机上运行,​​则需要使用 SQL Server 配置管理器启用 TCP/IP。

SQL Server Express editions install by default without TCP/IP connectivity. If your database service is running on one compute and the management studio is on another, you will need to enable TCP/IP using the SQL Server Configuration Manager.

偷得浮生 2024-09-15 06:39:39

查看:

文件 - 连接对象资源管理器 - 服务器名称: - 网络服务器 - 数据库引擎 - 这里是您的数据库名称/数据库实例(使用它或选择它)

在此处输入图像描述

就我而言,它与计算机名称不同,因此当我尝试查看数据库列表时,Windows 身份验证没有任何结果。

Have a look in:

File - Connect Object Explorer - Server name: - Network Servers - Database Engine - here would be your database name/database instance(use this or select it)

enter image description here

In my case it was different from computer name, therefore there wasn't any result with Windows Authentication, when I've tried to see the list of databases.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文