var fDesc=new Array(); fDesc[0] = "SQL CheckUp monitors non-stop 24×7. It collects all the critical metrics and brings them to your attention, so, you can see what makes the server busy or perform poorly.

It lets you see the list of SQL Server resources in tree-view form, spot the nodes getting red as soon as the resource becomes an issue and drill to details by right-clicking on the resource node.

SQL CheckUp uses pre-defined and user-setup thresholds to fire alerts when the situation becomes troublesome. You can filter alerts as critical, new or warnings. You can mark them as resolved or known."; 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 = ''; } }