The server authentication is set to:
SQL Server and Windows Authentication mode
I can connect using Window authentication but not SQL authentication.
Login failed for user 'sa'. (Microsoft SQL Server, Error: 18456)
Error Number: 18456
Severity: 14
State: 1
I have reset the sa password and started and stopped the serveries to no avail.
I also created a new login. No dice.
UPDATE:
There as a process on another computer that was stuck in a loop. Once I killed the process I was able to login. I don't know why or how. But that is one only thing that I know of that changed.
IIRC you need to enable the account as well as set the password:
(there may be a GUI equivalent too)
This is an answer to the bounty rather than the original question. I think these are two different problems.
NitroxDM was experiencing Error Number: 18456, Severity: 14, State: 1.
I think the process on the other machine had an incorrect password and was disabling the account.
Steinin is experiencing Error 18456. Severity: 14 State 8. Password did not match that for the login provided.
Both of these descriptions came from here.
I know you say you're able to connect with those credentials via osql. Either there's a case sensitivity issue, or SSMS has cached incorrect credentials. Try deleting or renaming
and see if that helps.