var fDesc=new Array(); fDesc[0] = "SQL Password is a password recovery tool for MS SQL Server 2000, 2005, 2005, 2008 (all editions).

You can either try to find the original password (this may take a lot of time) or reset the password to a known one (this is instant but the original password will remain unknown).

SQL Server may be configured in the "Windows Authentication" mode. In this case standard Windows security accounts are used and this program will not help you. SQL Password is able to recover passwords if SQL Server uses SQL authentication."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }