无法连接到 Sql Server 数据库:不显示非系统数据库
我正在尝试使用数据连接向导从 Visual Studio 2010 连接到 SQL Server 2008 Express 数据库。我选择新连接-> MS Sql Server 然后我选择唯一可用的服务器名称 (PAVEL-PC\SQLEXPRESS)。问题是我在下面的组合框中看不到我的数据库。但系统数据库(如 master、model、msdb 等)也会显示。 我设法找到类似的问题(例如:无法连接到 Visual Studio 中的 SQL Server 数据库,因为我的数据库不存在),而且我似乎遇到了权限问题。但是我无法理解应该添加哪个用户(以及在哪里)。
我运行 Visual Studio 的帐户名称是 Pavel。我的计算机名称是 Pavel-PC。我不确定我的 SQL Server 帐户名是什么,但它是使用默认设置安装的。
I'm trying to connect to SQL Server 2008 express database from Visual Studio 2010 using data connection wizard. I choose new connection -> MS Sql Server then I choose the only available server name (PAVEL-PC\SQLEXPRESS). The problem is i cannot see my database in the combobox below. System databases (like master, model, msdb etc) are shown though.
I've managed to find similar questions (like this one: Cannot connect to SQL Server database in Visual Studio because my database isn't there) and it seems I'm having permission issues. However I cannot understand which user (and where) should I add.
The account name which I'm running my Visual Studio on is Pavel. My computer name is Pavel-PC. I'm not sure what my SQL Servers account names are, but it was installed using default settings.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是我的问题的答案:
使用“PAVEL-PC”而不是“PAVEL-PC\SQLEXPRESS”
Here is the answer to my question:
use "PAVEL-PC" instead of "PAVEL-PC\SQLEXPRESS"