var fDesc=new Array();
fDesc[0] = "AzSQL Script Decryptor is a powerful SQL object decryptor. It allows you unravel a single encrypted sql object or an entire database full of stored procedures, triggers, views and user defined functions with simplicity and blinding speed. Its user-friendly interface allows for easy viewing of encrypted code of any size and complete SQL Script quickly and exactly.
Our decryptor is very suitable for database programmer & DBA.
Key Features:
* Work with Microsoft® SQL Server 2000, 2005, 2008, 2012, 2014, 2016 and Microsoft® Database Engine (MSDE).
* Decrypts SQL objects of any size.
* Use Unicode technology during the decryption process which allows for International use.
* Simple point-and-click decryption. Does not require any T-SQL scripting knowledge.
* Reduce time and money spent restoring lost source code to encrypted SQL objects. Never pay another developer to recreate and debug all of your lost SQL source code.
* Full T-SQL syntax highlighting for faster, easier reading.
* Fully integrated WYSIWYG printing capabilities with T-SQL syntax highlighting.
* Intelligent interface displays only encrypted objects with less time spent searching for objects.
* Supports Windows 10/8/7/Vista/2003/XP.(32bit & 64bit)";
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 = '';
}
}