var fDesc=new Array(); fDesc[0] = "SQLExecMS is a program that has almost everything DBA or developer needs to work with MS SQL Server (7, 2000, 2005, 2008), MSDE or Sql Express. It offers variety of functions from development via tuning up to the deployment and data manipulation.

Features:

- Reliability
SQLExecMS keeps working when other tools give up. If you had a trouble, your SQL server did not respond timely, the last thing you would need is a time out from a management tool. You'll never get it from SQLExecMS!

- Usability
SQLExecMS has a lot of features, which make management and development of your databases more efficient. It is created by professionals and for professionals. Right tool makes a difference!

- Mobility
SQLExecMS has does not require any installation just 'drop and run'. It does not use DMO or any kind of runtime libraries. All it needs is MCAD and OleDB.

- Speed
The main goal of SQLExecMS is speed. It is designed to be fast and undemanding."; 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 = ''; } }