What is the default password for SQL Server 2012 i

2019-07-20 21:10发布

I installed SQL Server 2012 without putting a password .

What is the default password for SQL Authentication , where the login is sa ?

Login : sa and Password : blank , didn't do the trick ...

Thanks

2条回答
该账号已被封号
2楼-- · 2019-07-20 21:49

If you install SQL Server with Windows Authentication mode and want to change it, you need to do 2 different things:

  1. Go to SQL Server Properties/Security tab and change the mode to SQL Server authentication mode

  2. Go to security/logins, open SA login properties

a. Uncheck "Enforce password policy" and "Enforce password expiration" check box there if you decide to use weak password

b. Assign password to SA user

c. Open "Status" tab and enable login.

查看更多
兄弟一词,经得起流年.
3楼-- · 2019-07-20 21:51

Just try to Login in by Windows Authentication.

After Login, Look for Security Tab in Server tree,in that Login and then sa.

Click on properties and change the password.

Do let me know if it dosen't works..

查看更多
登录 后发表回答