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
 General SQL Server Forums
 New to SQL Server Programming
 User sa

Author  Topic 

zaidqis
Yak Posting Veteran

63 Posts

Posted - 2006-06-17 : 14:24:30
hi
when i try to enter the user sa
using SQL server Authoration
i cant ... and this is the error message :

TITLE: Connect to Server
------------------------------

Cannot connect to TOOLSBOX\SQLEXPRESS.

------------------------------
ADDITIONAL INFORMATION:

Login failed for user 'sa'. The user is not associated with a trusted SQL Server connection. (Microsoft SQL Server, Error: 18452)

For help, click: http://go.microsoft.com/fwlink?ProdName=Mi...52&LinkId=20476

------------------------------
BUTTONS:

OK
------------------------------

nr
SQLTeam MVY

12543 Posts

Posted - 2006-06-17 : 16:18:51
Check to see if the server allowas mixed security or just integrated.
Check that you are not trying to connect using integrated security.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -