Hello, I have an account on a SQL 2005 server that consultants created 2 years ago. I don't seem to have the password for this account. I need to recover the password. I can't simply change it as it is used by an Oracle application. Is there a way to recover this password? Thanks, Sachin
If you have enough permission on sql server, why not forget about that account and create new with same permissions. It will be easy for you to manage.
I don't generally recommend freeware tools for production unless tested, as it is one-off need to change the password you can help of http://www.freedownloadscenter.com/Utilities/Password_Management_Utilities/SQL_Password.html tool in this case. If you can find out where else this login has been used & hard-coded the password, you could follow what Ashish referred.
I also find a good software for resetting SA password on google. - http://www.softpedia.com/get/System/Back-Up-and-Recovery/SQL-Server-Password-Changer.shtml
To recover your Passwordin Oracle, SQL>conn / as sysdba SQL>alter user Username identified by PASSWORD;