Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error 18452 (not associated with a trusted sql server connection)

Status
Not open for further replies.

anon1971

Programmer
Joined
Aug 9, 2008
Messages
88
Location
US
Ok guys after a week I need to share this because every answer said you have to switch to both SQL and Windows Auth to make this error go away. Not True!

If you’re using an Access front end and SQL Back end you probably will see this error when trying to connect via one of your work stations. My normal way to connect to the server was \\192.168.1.123, and when ask for a password the user would logon and have the workstation remember the password so you don't have to logon again; however in my case SQL is looking for \\SERVER not \\192.168.1.123 so go to your browser type the name of your server (\\Server) logon and remember the password and wala it will work. I Hope this work around helps it took me a week to figure it out and I have yet to get and answer anywhere on the web.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top