var fDesc=new Array(); fDesc[0] = "The SQL Developer Bundle contains 10 essential tools designed with the SQL Server developer and DBA in mind: SQL Compare Pro, SQL Data Compare Pro, SQL Source Control, SQL Prompt Pro, SQL Data Generator, SQL Packager, SQL Dependency Tracker, SQL Doc, SQL Multi Script Unlimited and SQL Search. Main features:
- Compare and deploy database schemas and contents.
- Database source control within SSMS.
- Code SQL effortlessly.
- Rapidly create fully-customizable test data."; 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 = ''; } }