Visual Studio 2005 SQL Server Express 版用户名密码
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您必须:
然后您可以配置新用户、密码并授予权限。
You will have to:
You can then configure a new user, password, and grant privileges.
转到文件菜单并选择“连接对象资源管理器...”
Go to the File Menu and select "Connect Object Explorer..."
安装 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).