Password problem

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.



Answer this question

Password problem

  • vgjorgov

    mmhh...it seems reasonable (with the help of some kind of weird logic)...thanks a lot!


  • Bs61014

    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
    ---

  • Password problem