The user is not associated with a trusted SQL Server connection
3 August 2008
278 views
No Comment
This error may pop for your applications as you try to connect to the databse using SQL login. Why? When you installed the SQL database you probably have chosen the Windows Authentication only.
Selecting the authenticatuion tio “Sql Server and Windows Authentication” will solve the problem. Here is how:
- Select SQL server properties by right clicking on the SQL server.
- Click on Security
- Change the authentication to “Sql Server and Windows Authentication”










Leave your response!