Password problem
-
26. května 2006 14:22
Hi to all.
I'm trying to add a new login to SQL Server Express, using SQL Management Studio...
I create the user, select "SQL Server authentication", and type the password, wich is strong enough. I click OK, and, for now, everything's fine. The problem arises when I access that login's properties: the password is different (it has different length), so I can't login with that account.
Any help would be greatly appreciated...
Thanks,
Alberto.
Všechny reakce
-
26. května 2006 15:48Moderátor
Hi,
the length of the password doesn´t have to do anything with the password itself, even if you put in a blank password (if this is made possible) you will get a bunch of stars / points presented there. That is just a hint that in there is a secret (password) stored in there.
HTH, jens Suessmeyer.
---
http://www.sqlserver2005.de
--- -
1. června 2006 14:20
mmhh...it seems reasonable (with the help of some kind of weird logic)...thanks a lot!