0

With Windows authentication, I am able to connect to SQL Server. Then I change password for sa, then I try to connect with SQL Server authentication, but I get an error

Login failed for user sa.

Thanks

1
  • 1
    The SQL Server error log will detail the reason for the failed login but it is likely the server is configured to allow only Windows authentication as @EddyYoung suggested. Commented Mar 11, 2018 at 12:37

1 Answer 1

2

Assuming you are entering the correct password and it still does not work, you need to enable SQL Server Authentication.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.