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!

Trusted connections

Status
Not open for further replies.

PaulPaulPaul

Programmer
Joined
Aug 28, 2003
Messages
3
Location
CA
Hello,

I have migrated a database form an onld server to sql 2000. THis dataabse is connected to a website using asp.

I am now getting this problem when I try and run the website.

Microsoft OLE DB Provider for ODBC Drivers error '80040e4d'

[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'sa'. Reason: Not associated with a trusted SQL Server connection.


Does anyone know how I set this user up for a trusted connection or what I have to do to get this working.

TIA
 
SA is a SQL Login not an NT login. It should not be connecting as a trusted connection. Make sure the connection string indicates Trusted Connection = NO. Terry L. Broadbent - DBA
Computing Links:
faq183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions.
 
By the way, using sa to connect from a web page is bad practice. You may opening your server to attack by hackers. Terry L. Broadbent - DBA
Computing Links:
faq183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top