Share via

Requirements for SQL connection testing

k ogawa 0 Reputation points
2025-09-29T09:15:10.82+00:00

『In the SQL connection test, Windows authentication can connect, but SQL Server authentication cannot connect』

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories


Answer recommended by moderator

Bruce (SqlWork.com) 84,071 Reputation points
2025-09-29T15:12:57.9133333+00:00

The default on Sqlserver is for sql authentication to be disabled. If you want to use it, you must enable it on the Sqlserver and and sql user accounts.

https://learn.microsoft.com/en-us/sql/relational-databases/security/choose-an-authentication-mode?view=sql-server-ver17

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.