Login failed for user 'sss'. The user is not associated with a trusted SQL Server connection.

现象:Login failed for user 'sss'. The user is not associated with a trusted SQL Server connection.


原因: SQL Server服务器没有启用混合认证,将认证方式从集成认证改为混合认证即可解决。

SQLServerLoginError

原文地址:https://www.cnblogs.com/emanlee/p/2702038.html