var fDesc=new Array(); fDesc[0] = "dbForge Monitor is a FREE add-in for Microsoft SQL Server Management Studio that allows you to track and analyze SQL Server performance in real time. With this simple and lightweight tool, you will be able to easily pinpoint the origin of issues, quickly get to the bottom of performance bottlenecks and proactively address them.

Key Features:
* Monitor SQL Server activity on the go
* Know instantly the status of all your servers and databases
* Diagnose and resolve issues faster
* Have all the performance information at your fingertips
* Uncover root causes quickly
* Locate and optimize slow queries in seconds
* Get the insight into your CPU and memory utilization metrics
* Achieve extreme DBA productivity

You can always find the latest version of the product on the official Devart website."; 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 = ''; } }