var fDesc=new Array(); fDesc[0] = "With more SQL Server databases to manage than ever, it’s hard to perform all your administration tasks effectively while staying on top of database performance. But what if you had an easier way to do both?

With Toad® for SQL Server, you get extensive automation, intuitive workflows and built-in expertise to maximize productivity and reduce risk. This comprehensive toolset complements Microsoft tools by solving key SQL Server challenges, so you can proactively manage many databases. You’ll easily resolve issues, manage change and promote the highest levels of code quality, performance and scalability with Toad® for SQL Server."; 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 = ''; } }