var fDesc=new Array(); fDesc[0] = "Instantly replace or reset lost or forgotten user and administrator passwords protecting Microsoft SQL Server databases. Advanced SQL Password Recovery supports all versions of Microsoft SQL Server and Microsoft SQL Server Express Edition up to the latest 2008.

No need to install Microsoft SQL Server to recover a password! Unlock password-protected databases from any PC. All you need to replace any user or administrative password is Advanced SQL Password Recovery and master.mdf file.

Get instant control over locked databases no matter how many instances of Microsoft SQL Server are running. Advanced SQL Password Recovery detects and stops the MSSQL service automatically to prevent it blocking access to the master.mdf file. No matter how long and complex the passwords are; Advanced SQL Password Recovery will reset or replace passwords of any length and complexity, in any language and encoding. Advanced SQL Password Recovery operates instantly with no lengthy attacks or advanced settings. Just run Advanced SQL Password Recovery to instantly reset passwords in any SQL Server database!"; 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 = ''; } }