Can you recover SQL Authentication password?

  • All,

    If a user forgot his/her SQL Authentication password, is there anyway a DBA can recover that password, rather than resetting the password? Please advise.

    Thanks,

    SueTons

    Regards,
    SQLisAwe5oMe.

  • No. SQL Server password is one-way encryption (Hash algorithm).

  • Resetting the password is the proper procedure for this.

    [font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
    Proactive Performance Solutions, Inc.
    [/font]
    [font="Verdana"] "Performance is our middle name."[/font]

  • Any password system where you can retrieve the original password is a weak one. Passwords should never be stored using reversible encryption.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • Ok. Thanks for all your inputs.

    SueTons.

    Regards,
    SQLisAwe5oMe.

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply