Error: The user is not associated with a trusted SQL Server connection.

This error is related to user permission or server authentication mode.
Solution:
Open Sql server management studio and login with another account
select server
open properties->security
set SQL Server and windows authentication mode.
click OK.

1 comment: