SQL 2005 Login Not Associated with Trusted Connection
October 20th, 2008I found this post helpful Login failed … not associated with a trusted SQL server connection
I created a named instance of SQL 2005 and during the install selected Windows Authentication mode only (mainly because I didn’t want to go through the trouble of creating and having to remember another strong password for the sa account).
I then created a new database along with a new SQL user account. However, because I selected only Windows Authentication Mode in the install, I had to go back into the properties of the named instance and under the Security section change the authentication method to SQL Server and Windows Authentication mode. For good measure I restarted the server. I then tried to log in with my application without making any other changes and that did the trick.
This error message is rather misleading…it would have been great if it would have said something along the lines of SQL Server Authentication is not enabled on this database and/or sql instance.