无法将 SQL Server 身份验证与 SQL Server Express 2008 结合使用

发布于 2024-10-16 04:12:57 字数 354 浏览 2 评论 0原文

我有一个关于 SQL Server 身份验证的简单问题。

我正在使用 VS2010 附带的 SQL Server 2008 Express。由于 SQL Server Express 是与 VS2010 一起安装的,因此没有输入 SQL Server 身份验证密码的选项(如果我选择 SQL Server 2008 Standard,则会出现一个可以输入密码的屏幕)。

现在,当我尝试使用 SQL Server 身份验证创建新数据库时,我告诉我输入我从未创建过的用户名和密码。

在此处输入图像描述

我应该从这里去哪里?提前致谢。

I have a simple question regarding SQL Server Authentication.

I am working with SQL Server 2008 Express which came along with VS2010. As SQL Server Express was installed along with VS2010, there was no option to enter the password for SQL Server authentication (had I gone for SQL Server 2008 Standard, I get a screen where I can enter the password).

Now when I try to create a new database with SQL Server authentication, I tells me enter the username and password which I have never created.

enter image description here

Where should I go from here? Thanks in advance.

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

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

发布评论

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

评论(3

憧憬巴黎街头的黎明 2024-10-23 04:12:57

无需重新安装。

  1. 下载并安装 SQL Server Management Studio (SSMS)。
  2. 使用 SSMS 连接到您的服务器,使用 Windows 身份验证
  3. 右键单击​​服务器 - 属性 - 安全选项卡
  4. 选择“SQL Server 和 Windows 身份验证模式” 单击确定按钮
  5. 右键单击​​服务器 - 选择重新启动
  6. 转到节点安全性 - 登录
  7. 右键单击​​登录“sa”,选择属性
  8. 在常规选项卡上输入密码(两次)
  9. 选择状态选项卡
  10. 在“连接到数据库引擎的权限”下选择“授予”
  11. 在“登录”下选择“启用”
  12. 单击确定

No need to reinstall.

  1. Download and install SQL Server Managment Studio (SSMS).
  2. Use SSMS to connect to your server, use Windows Authentication
  3. Right-click server - Properties - Security tab
  4. Select "SQL Server and Windows authentication mode" click OK button
  5. Right-click server - Select Restart
  6. Go to node Security-Logins
  7. Right-click on login "sa", select properties
  8. Enter password (twice) on the general tab
  9. Select Status tab
  10. Select "Grant" under "Permission to connect to database engine"
  11. Select "Enabled" under "Login"
  12. Click OK
伏妖词 2024-10-23 04:12:57

我安装了 SqlExpress 和 Mgmt studio Express。这允许我更改 SA 密码。

I have SqlExpress installed along with Mgmt studio express. That allows me to change the SA password.

余厌 2024-10-23 04:12:57

安装 SQL Server 2008 Express 时有 2 个选项:混合身份验证或 Windows 身份验证。下面有两个文本框用于输入 sa/password。

尝试使用 Windows 身份验证。但最好使用您要记住的密码和用户名以混合模式重新安装服务器。

There are 2 options when installing the SQL Server 2008 Express: mixed or windows authentication. There are two textboxes below that to enter sa/password.

Try using windows authentication. But it would be probably best to reinstall the server in mixed mode with a password and username that you are going to remember.

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