79773192

Date: 2025-09-24 00:58:06
Score: 1.5
Natty:
Report link

The problem is MSSQL password complexity. I have spent 4hrs trying to resolve the same issue but later found that if you sa password does not meet the minimum password requirement policy, authentication will fail. In my case, Your password must include at least (2 numeric values),(2 uppercase letters)(2 special char) and other letters.

- https://learn.microsoft.com/en-us/sql/relational-databases/security/password-policy?view=sql-server-ver17

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: spatanx