Results 1 to 2 of 2

Thread: 6.5 password

  1. #1
    sql chick Guest

    6.5 password

    I need to get a password out of SQLServer 6.5. The account is a user account. I need to get the password so that I can create a development database. The DBA's that know the password have left the company, and I can not just change the password. Please HELP!!!

  2. #2
    Sundar Guest

    6.5 password (reply)

    As far as I know there is no way to recover this. Maybe there is a hack site out there somewhere that can. Why can you not change the password?

    If all you want to do is replicate the login with the password you can do so by copying the desired rows out yourdb..syslogins and master..sysusers and inserting them into your development server.


    ------------
    sql chick at 4/2/01 5:42:26 PM

    I need to get a password out of SQLServer 6.5. The account is a user account. I need to get the password so that I can create a development database. The DBA's that know the password have left the company, and I can not just change the password. Please HELP!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •