Visual Studio 2005 SQL Server Express 版用户名密码

发布于 2024-09-10 16:31:28 字数 219 浏览 4 评论 0原文

Visual Studio 2005 我使用 Windows 身份验证通过 SQL Server Management Studio Express 连接 SQL Server Express 版本。

当我安装 Visual Studio 2005 时,没有要求我提供 SQL Server Express 版本的用户名或密码。如何在没有 Windows 身份验证的情况下进行连接?

Visual Studio 2005 I connect with SQL Server Express edition with SQL Server Management Studio Express using Windows authentication.

When I installed Visual Studio 2005 I didn't get asked for SQL Server Express edition user name or password. How can I connect without Windows authentication?

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

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

发布评论

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

评论(3

等你爱我 2024-09-17 16:31:29

您必须:

  • 通过 Management Studio Express 使用 Windows 身份验证进行连接
  • 在对象资源管理器窗格中,展开安全文件夹
  • 右键单击“登录”文件夹并选择“新建登录”。

    然后您可以配置新用户、密码并授予权限。

  • You will have to:

  • connect through Management Studio Express with windows authentication
  • in the Object Explorer pane, expand the Security folder
  • Right click on the Logins folder and choose New Login.

    You can then configure a new user, password, and grant privileges.

  • 岁月蹉跎了容颜 2024-09-17 16:31:29

    转到文件菜单并选择“连接对象资源管理器...”

    Go to the File Menu and select "Connect Object Explorer..."

    故人爱我别走 2024-09-17 16:31:29

    安装 Express 的最新 SP,这将添加 Vista 的用户配置,使您成为 Express 实例的管理员。否则,您将不得不以困难的方式完成此操作,请参阅疑难解答:连接到 SQL系统管理员被锁定时的服务器

    将管理权限恢复到实例上后,您就可以开始添加 SQL 登录名。您必须先启用混合身份验证,然后才能使用这些登录名,请参阅 身份验证模式 (SQL Server Express)

    Install the latest SP for Express and this will add the user provisioning for Vista that will make you an administrator on the Express instance. Otherwise you'll have to do it the hard way, see Troubleshooting: Connecting to SQL Server When System Administrators Are Locked Out.

    Once you fix your administrative privileges back on the instance, you can start adding SQL Logins. You are going to have to enable Mixed Authentication before these logins can be used, see Authentication Mode (SQL Server Express).

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