Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 trusted connections - please, help.

Author  Topic 

Lady
Starting Member

32 Posts

Posted - 2002-09-23 : 06:10:29
I create new account, set uname 'test' and pwd '123456' , set default database 'Northwind'. But when I try to connect to the server throw Query Analyser using sqlServer autentification as 'test' and a see following error:
'Login failed on user 'test'.Reason: not associated with a trusted SQL Server connection.'

WHY???

smccreadie
Aged Yak Warrior

505 Posts

Posted - 2002-09-23 : 06:37:15
You need to set your SQL Server to allow both trusted (Windows NT) and sql server logins. Go to the server in EM, right-click, choose properties and go to the Security tab.

Go to Top of Page
   

- Advertisement -