var fDesc=new Array(); fDesc[0] = "Microsoft SQL Server family includes free Express edition, that is fully functional, however has some disappointing limitations which prevent from using it in development process. One of them is absence of profiling tools, standard SQL profiler is not included. However, now you have an ability to use express edition for tuning your
system, includes free Express edition, that is fully functional, however has some disappointing limitations which prevent from using it in development process. One of them is total absence of profiling tools, standard SQL profiler is not included. However, now you have an ability to use express edition for tuning your system.

SQL Server Express Edition Profiler provides the most of functionality standard profiler does, such as choosing events to profile, setting filters, etc."; 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 = ''; } }