Help - I'm getting SQL Server error 18452
Login failed for user...Not associated with a trusted
SQL Server connection.
Trying to set this DSN and connect to SQL Server db.
I'm using Microsoft SQL Server 2000 Developer Edition.
It's a System DSN, I've tried Windows NT authentication,
and SQL Server authentication, and used remaining default
settings.
Check the user account you are testing has an account in the database. Try using SQL Query analyser first.
When you get the user and passord, select sql server authentication and test the login and password. Check if you can access, then try seting DSN
Went into SQL Query Analyzer - attempted to connect to local server I can successfully connect using Windows authentication when I attempt connect using SQL Server authtentication unable to connect - getting 18452 error "Login failed for user 'user1' Not associated with trusted SQL Server connection" I know set 'user1' with an account yet unable to connect
It sounds like your server is set to use Windows Authentication only rather than mixed mode.
If you want to use SQL authentication you need to change your server to mixed mode. You can do this from EM (right-click server -> properties). --James
Go into server - properties - security - authentication set to sql server and windows hit ok..no change still get same error...go back to server - properties notice change didn't take place windows authentication is selected - why won't change I made stay selected?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.