var fDesc=new Array(); fDesc[0] = "The complete MSDE and SQL Manager. MSDE Manager allows you to do all of the common operations that a typical deployment of MSDE/SQL would entail, and much more besides. It has an easy to use up-to-date graphical user interface, a Transact SQL screen and auto Web updating to keep users on the most recent version. MSDE Manager has in-built help. 2000 and 97 Versions selectable on installation.
Main Features: You can add, edit and delete Databases, Tables, Views, Users, Roles, Rules, Stored Procedures, Defaults, User Defined Datatypes, and Functions. Table designer to add/edit/delete/cut/copy and paste columns, set primary keys, triggers, indexes and constraints. Change the authentication mode. Execute DTS packages. Create and schedule jobs. Back up, restore, attach, detach, and shrink databases."; 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 = ''; } }