无法打开新的 .mdf 文件到 C# 项目

发布于 2024-11-24 07:08:37 字数 256 浏览 1 评论 0原文

我无法将新的基于服务的数据库 (.mdf) 附加到我启动的 C# 项目。它显示:

连接到 SQL Server 数据库文件 (.mdf) 需要在本地计算机上安装并运行 sql server 2008 express。可以下载 SQL Express 的当前版本。

但我已经安装了 SQl Server 2008 R2。我了解到,如果 SQl 服务器是完整版本,则不能“仅”附加 .mdf 文件,那么我是否必须创建一个新数据库来完成该任务?或者是我还有什么可以做的吗?

I cannot attach a new Service based database(.mdf) to a C# project that I started. It shows:

Connections to SQL Server Database file(.mdf) require sql server 2008 express to be installed and running on a local computer.The current version of the SQL express can be downloaded.

But I already have SQl Server 2008 R2 installed.I've learned that a .mdf file cannot be "just" attached if the SQl server is a full version, then do I have to create a new database to accomplish the task?Or is there anything else that I can do?

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

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

发布评论

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

评论(3

是你 2024-12-01 07:08:37

正如 Mostafa 所提到的,您应该转到“工具”->“选项”->“数据库工具”->“数据连接”->“SQL Server 实例名称”,然后将该字段中的 SQLEXPRESS 留空。实际上不需要实例名称,只需将其空白即可。

As it's mentioned by Mostafa you should go to Tools->Options->Database Tools->Data Connections->SQL Server Instance Name and blank the SQLEXPRESS in that field. actually there is no need for instance name just blank it.

淑女气质 2024-12-01 07:08:37

使用 VS 2010 菜单“工具”/“连接到数据库”,然后在打开的对话框中填写“附加数据库文件”字段。 AFAIK 这是 VS 2010 的一个已知问题。

Use the VS 2010 menu Tools/Connect to database and, in the dialog that opens, fill the field "Attach a database file". AFAIK it's a known problem of VS 2010.

℉絮湮 2024-12-01 07:08:37

Visual Studio 有一个要连接的默认 SQL Server 实例名称。安装程序默认将其设置为指向 SQL Server Express。您必须更改工具->选项->数据库工具->数据连接->SQL Server实例名称以指向您安装的SQL Server实例名称。

The visual studio has a default sql server instance name to connect to. The installer sets it up to point to the SQL Server Express by default. You have to change the Tools->Options->Database Tools->Data Connections->SQL Server Instance Name to point to your installed SQL Server instance name.

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