Sql Express 使用 sa 登录

原文:https://stackoverflow.com/questions/10815975/sqlexpress-local-database-administrator-password

In your client (SQL Server Management Studio) you have to:

  1. change password for login user "sa"
  2. enable login for user "sa"
  3. ensure SQL Server authentication is enabled

1. change password for login user "sa"

Security > Logins > sa (right-click) > Properties > General > Password and Confirm password

2. enable login for user "sa"

Security > Logins > sa (right-click) > Properties > Status > Login, click in Enabled

3. ensure SQL Server authentication is enabled

Right click on server > Properties > Security > Server authentication, click in SQL Server and Windows Authentication mode

posted on 2024-09-19 14:16  梦回周公  阅读(5)  评论(0编辑  收藏  举报