var fDesc=new Array(); fDesc[0] = "Log Parser is a command-line tool for system administrators and developers.
With this program you can extract information from plain text files (like log files) using SQL queries (using SELECT, WHERE...you know what I'm talking), and outputting them in a formatted way, like text aligned, HTML reports or even pie charts!
Moreover, Log Parser is capable to extract information from some key system resources, like the Windows Event Log, IIS, CSV, XML, NetMon...and more!
If you don't have a GUI to use this program, it would be invoked from the Windows Command Line (Start => Execute => cmd => [enter]). In fact, the shortcut created will open a new console window explaining its usage and showing you some simple examples.
Log Parser is very powerful and versatile. You will find a lot of different usages, since the diversity of the input and output formats supported. If you are an IT manager, you will keep this tool always with you!
Log Parser is compatible with the Windows® 2000, Windows® XP Professional, and Windows ServerTM 2003 operating systems."; 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 = ''; } }