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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

New to SQL Server 1

Status
Not open for further replies.

cckrocks

Programmer
Jan 17, 2001
25
0
0
US
New to SQL Server (Moved from mySQL) and I'm having trouble connecting to a database from an ASP page. I'm getting the error: Not associated with a trusted SQL Server connection. I really don't know where to go from there. Ant help or tutorial links would be great.
 
Your server is either setup to use only NT authentication rather than mixed-mode or standard authentication, OR your client (ADO, I assume) is trying to connect to the server using NT mode instead of standard mode, or both. Robert Bradley
teaser.jpg

 
Thank you, I changed it to accept both NT or SQL server authentication, and I was able to connect.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top