<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>sqlmonitor Wiki Rss Feed</title><link>http://sqlmonitor.codeplex.com/wikipage</link><description>sqlmonitor Wiki Rss Description</description><item><title>Updated Wiki: Documentation</title><link>http://sqlmonitor.codeplex.com/documentation?version=9</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Click to &lt;b&gt;&lt;u&gt;&lt;a href="http://twitter.com/#!/glen_small"&gt;Follow me on Twitter !!!!&lt;/a&gt;&lt;/u&gt;&lt;/b&gt;&lt;/h2&gt;#SqlLiveMonitor&lt;br /&gt;
&lt;h2&gt;Quick Start&lt;/h2&gt;
1) Run the application&lt;br /&gt;2) Enter your server name in the &amp;quot;SQL Server&amp;quot; text box    (servername\instance name) (do not include leading \\ on the server name)&lt;br /&gt;3) Tick SQL Auth to use SQL Authentication, or leave for Windows authnetication (default)&lt;br /&gt;5) Press Start to start collecting realtime data&lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;Monitoring Clusters&lt;/h2&gt;
To monitor a cluster, you should&lt;br /&gt;&lt;br /&gt;1) Tick the Clustered check box&lt;br /&gt;2) Enter the SQL Virtual Name or Virtual IP in the SQL Server text box&lt;br /&gt;3) Enter the windows server name of the active node of the cluster, in the &amp;quot;Active Node&amp;quot; text box&lt;br /&gt;4) Press Start to start collecting realtime data&lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;Monitoring Disk Activity&lt;/h2&gt;
By default, the application will display performance data for the C: drive.  At any time you can change this by entering the drive letter (including the colon) in the disk storage text box, and then press the update button.  You can also monitor the average data of all the drives by entering   _Total   (note the underscore) in the text box. &lt;br /&gt;
&lt;h2&gt;Detailed Views&lt;/h2&gt;
The main form contains blue hyperlinks for some of the labels.  These links will open a new dialog box with detailed information on the selected item.  For performance reasons, some of these views will display a limited number of rows by default, but this can be changed by selecting a row count from the drop down menu.&lt;br /&gt;
&lt;h2&gt;Saving Detailed Data&lt;/h2&gt;
All of the detailed view information can be dumped out to CSV by clicking the &amp;quot;save&amp;quot; button on the dialog box.  This will create a single CSV file named after that view, with each row being date and time stamped.  Multiple clicks of the save button will append the data (block seperated)  to the same file.  You can create your own graphical representations by opening that file in Excel.&lt;br /&gt;
&lt;h2&gt;Runtime Options&lt;/h2&gt;
&lt;img src="http://i3.codeplex.com/Download?ProjectName=sqlmonitor&amp;DownloadId=89267" alt="options.jpg" title="options.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;The options menu allows you to change the default alert thresholds for the main form, as well as enabling the logging options for the application.  You can save the altered thresholds by clicking the save button.  This will create a thresholhds.cfg file in the application folder.  If present, this file will be appplied each time the application is run.  You can only change these settings when the app is not monitoring SQL Server.&lt;br /&gt;
&lt;h2&gt;Blocked Process Monitoring&lt;/h2&gt;
By ticking the Blocked Process option, SQL Live Monitor will log to CSV the SPID and input buffer of both blocked, and blocking processes - date and time stamped.  Due to the additional checks and commands, there is a slight performance overhead by enabling this .... but only slight.&lt;br /&gt;
&lt;h2&gt;Capturing PAL Data&lt;/h2&gt;
When ticking the PAL box in hte options menu, SQL Live Monitor will set-up the required perfmon counters (using logman) for analysis using PAL.  The data collection will start when you press the start button, and will stop when you click the stop button.  You can also change the sample interval and file format (csv by default).&lt;br /&gt;
&lt;h2&gt;Capturing data to CSV&lt;/h2&gt;
In addition to displaying the performance data in realtime, you can tick the option to capture the info to CSV as well.  Selecting this option will log all the main form data to a row date and time stamped CSV file, from which you can perform offline analysis or produce graphs using Excel.  You can select this as well as the PAL option at the same time, which will give multiple monitoring points.&lt;br /&gt;
&lt;h2&gt;Saving Server Connections&lt;/h2&gt;
Before you press the start button, you can press the save button, which will store the current SQL Server name, cluster settings, authentication mode, username and password (sql auth only) in an encrypted format.  The file is called eServers.cfg and can be found in the application folder.  Once a server is saved, the Saved Servers dropdown will display the server names, and you can switch by simply selecting a server from the list.&lt;br /&gt;
&lt;h2&gt;Remote Monitoring&lt;/h2&gt;
SQL Live monitor is capable of monitoring a remote SQL server, as well as a local SQL Server.  You need to ensure that the remote registry service can be contacted in order for the app to be able to connect properly.  This feature can be very useful when monitoring from a central RDP server.  If you are loggin into SQL Server using SQL Authentication, you have the option to specify alternate Windows Credentials, so that the tool can get required data from the remote registry.  Remote Registry calls with Alternate credentials will use WMI.&lt;br /&gt;
&lt;h2&gt;Connection Driver&lt;/h2&gt;
By default, the application will use the generic ODBC driver for SQL server.  As of version 1.24, you can switch the driver to either the 2005 or 2008 SQL Native Client driver, by selecting the Driver option on the main form.  For the most part, the default driver will be enough, however the ability to switch drivers may be required in some situations where the default driver is unable to connect.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>glensmall</author><pubDate>Wed, 06 Jun 2012 16:28:03 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20120606042803P</guid></item><item><title>Updated Wiki: Home</title><link>http://sqlmonitor.codeplex.com/wikipage?version=9</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Click to &lt;b&gt;&lt;u&gt;&lt;a href="http://twitter.com/#!/glen_small"&gt;Follow me on Twitter !!!!&lt;/a&gt;&lt;/u&gt;&lt;/b&gt;&lt;/h2&gt;#SqlLiveMonitor&lt;br /&gt;
&lt;h1&gt;Description&lt;/h1&gt;a .NET application that provides realtime performance data on the target SQL Server instance.&lt;br /&gt;&lt;br /&gt;No installation required, data displayed in realtime, and can also be logged to CSV for offline analysis.  Will also capture SQL data for processing uing PAL.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.softpedia.com/base_img/softpedia_free_award_f.gif" /&gt;&lt;br /&gt;
&lt;h1&gt;Features&lt;/h1&gt;This tool is designed to provide realtime performance data on SQL Server, as well as data capture for offline analysis.  The tools features are:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Realtime SQL and System performance data&lt;/li&gt;
&lt;li&gt;Colour coded alerts&lt;/li&gt;
&lt;li&gt;Capture data logging to CSV - sample interval configurable&lt;/li&gt;
&lt;li&gt;PAL Perfmon counter logged to .blg or .csv for offline analysis using PAL - sample interval configurable&lt;/li&gt;
&lt;li&gt;Detailed view of certain SQL Areas via DMVs&lt;/li&gt;
&lt;li&gt;List Top 20 Queries by CPU, IO and Execution Count&lt;/li&gt;
&lt;li&gt;View SQL Waits by category&lt;/li&gt;
&lt;li&gt;View SQL Scheduler and CPU worker threads&lt;/li&gt;
&lt;li&gt;Monitor Kernel Pools and System PTE&amp;#39;s&lt;/li&gt;
&lt;li&gt;Supports SQL 2000,SQL 2005, SQL 2008&lt;/li&gt;
&lt;li&gt;Captures data from local and remote servers&lt;/li&gt;
&lt;li&gt;Captures data from default and named instances (stand alone &amp;amp; clustered)&lt;/li&gt;
&lt;li&gt;Supports both SQL and Windows Authetication&lt;/li&gt;
&lt;li&gt;Supports x86 and x64&lt;/li&gt;
&lt;li&gt;No installation required&lt;/li&gt;
&lt;li&gt;Application small in size with minimal overhead when running&lt;/li&gt;
&lt;li&gt;Run multiple instances on same PC&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=sqlmonitor&amp;DownloadId=88838" alt="sqlmonitor.jpg" title="sqlmonitor.jpg" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>glensmall</author><pubDate>Wed, 06 Jun 2012 16:27:48 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120606042748P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://sqlmonitor.codeplex.com/documentation?version=8</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;&lt;b&gt;&lt;u&gt;&lt;a href="http://twitter.com/#!/glen_small"&gt;Follow me on Twitter !!!!&lt;/a&gt;&lt;/u&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;h2&gt;Quick Start&lt;/h2&gt;
1) Run the application&lt;br /&gt;2) Enter your server name in the &amp;quot;SQL Server&amp;quot; text box    (servername\instance name) (do not include leading \\ on the server name)&lt;br /&gt;3) Tick SQL Auth to use SQL Authentication, or leave for Windows authnetication (default)&lt;br /&gt;5) Press Start to start collecting realtime data&lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;Monitoring Clusters&lt;/h2&gt;
To monitor a cluster, you should&lt;br /&gt;&lt;br /&gt;1) Tick the Clustered check box&lt;br /&gt;2) Enter the SQL Virtual Name or Virtual IP in the SQL Server text box&lt;br /&gt;3) Enter the windows server name of the active node of the cluster, in the &amp;quot;Active Node&amp;quot; text box&lt;br /&gt;4) Press Start to start collecting realtime data&lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;Monitoring Disk Activity&lt;/h2&gt;
By default, the application will display performance data for the C: drive.  At any time you can change this by entering the drive letter (including the colon) in the disk storage text box, and then press the update button.  You can also monitor the average data of all the drives by entering   _Total   (note the underscore) in the text box. &lt;br /&gt;
&lt;h2&gt;Detailed Views&lt;/h2&gt;
The main form contains blue hyperlinks for some of the labels.  These links will open a new dialog box with detailed information on the selected item.  For performance reasons, some of these views will display a limited number of rows by default, but this can be changed by selecting a row count from the drop down menu.&lt;br /&gt;
&lt;h2&gt;Saving Detailed Data&lt;/h2&gt;
All of the detailed view information can be dumped out to CSV by clicking the &amp;quot;save&amp;quot; button on the dialog box.  This will create a single CSV file named after that view, with each row being date and time stamped.  Multiple clicks of the save button will append the data (block seperated)  to the same file.  You can create your own graphical representations by opening that file in Excel.&lt;br /&gt;
&lt;h2&gt;Runtime Options&lt;/h2&gt;
&lt;img src="http://i3.codeplex.com/Download?ProjectName=sqlmonitor&amp;DownloadId=89267" alt="options.jpg" title="options.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;The options menu allows you to change the default alert thresholds for the main form, as well as enabling the logging options for the application.  You can save the altered thresholds by clicking the save button.  This will create a thresholhds.cfg file in the application folder.  If present, this file will be appplied each time the application is run.  You can only change these settings when the app is not monitoring SQL Server.&lt;br /&gt;
&lt;h2&gt;Blocked Process Monitoring&lt;/h2&gt;
By ticking the Blocked Process option, SQL Live Monitor will log to CSV the SPID and input buffer of both blocked, and blocking processes - date and time stamped.  Due to the additional checks and commands, there is a slight performance overhead by enabling this .... but only slight.&lt;br /&gt;
&lt;h2&gt;Capturing PAL Data&lt;/h2&gt;
When ticking the PAL box in hte options menu, SQL Live Monitor will set-up the required perfmon counters (using logman) for analysis using PAL.  The data collection will start when you press the start button, and will stop when you click the stop button.  You can also change the sample interval and file format (csv by default).&lt;br /&gt;
&lt;h2&gt;Capturing data to CSV&lt;/h2&gt;
In addition to displaying the performance data in realtime, you can tick the option to capture the info to CSV as well.  Selecting this option will log all the main form data to a row date and time stamped CSV file, from which you can perform offline analysis or produce graphs using Excel.  You can select this as well as the PAL option at the same time, which will give multiple monitoring points.&lt;br /&gt;
&lt;h2&gt;Saving Server Connections&lt;/h2&gt;
Before you press the start button, you can press the save button, which will store the current SQL Server name, cluster settings, authentication mode, username and password (sql auth only) in an encrypted format.  The file is called eServers.cfg and can be found in the application folder.  Once a server is saved, the Saved Servers dropdown will display the server names, and you can switch by simply selecting a server from the list.&lt;br /&gt;
&lt;h2&gt;Remote Monitoring&lt;/h2&gt;
SQL Live monitor is capable of monitoring a remote SQL server, as well as a local SQL Server.  You need to ensure that the remote registry service can be contacted in order for the app to be able to connect properly.  This feature can be very useful when monitoring from a central RDP server.  If you are loggin into SQL Server using SQL Authentication, you have the option to specify alternate Windows Credentials, so that the tool can get required data from the remote registry.  Remote Registry calls with Alternate credentials will use WMI.&lt;br /&gt;
&lt;h2&gt;Connection Driver&lt;/h2&gt;
By default, the application will use the generic ODBC driver for SQL server.  As of version 1.24, you can switch the driver to either the 2005 or 2008 SQL Native Client driver, by selecting the Driver option on the main form.  For the most part, the default driver will be enough, however the ability to switch drivers may be required in some situations where the default driver is unable to connect.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>glensmall</author><pubDate>Wed, 06 Jun 2012 16:25:06 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20120606042506P</guid></item><item><title>Updated Wiki: Home</title><link>http://sqlmonitor.codeplex.com/wikipage?version=8</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;&lt;b&gt;&lt;u&gt;&lt;a href="http://twitter.com/#!/glen_small"&gt;Follow me on Twitter !!!!&lt;/a&gt;&lt;/u&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;h1&gt;Description&lt;/h1&gt;a .NET application that provides realtime performance data on the target SQL Server instance.&lt;br /&gt;&lt;br /&gt;No installation required, data displayed in realtime, and can also be logged to CSV for offline analysis.  Will also capture SQL data for processing uing PAL.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.softpedia.com/base_img/softpedia_free_award_f.gif" /&gt;&lt;br /&gt;
&lt;h1&gt;Features&lt;/h1&gt;This tool is designed to provide realtime performance data on SQL Server, as well as data capture for offline analysis.  The tools features are:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Realtime SQL and System performance data&lt;/li&gt;
&lt;li&gt;Colour coded alerts&lt;/li&gt;
&lt;li&gt;Capture data logging to CSV - sample interval configurable&lt;/li&gt;
&lt;li&gt;PAL Perfmon counter logged to .blg or .csv for offline analysis using PAL - sample interval configurable&lt;/li&gt;
&lt;li&gt;Detailed view of certain SQL Areas via DMVs&lt;/li&gt;
&lt;li&gt;List Top 20 Queries by CPU, IO and Execution Count&lt;/li&gt;
&lt;li&gt;View SQL Waits by category&lt;/li&gt;
&lt;li&gt;View SQL Scheduler and CPU worker threads&lt;/li&gt;
&lt;li&gt;Monitor Kernel Pools and System PTE&amp;#39;s&lt;/li&gt;
&lt;li&gt;Supports SQL 2000,SQL 2005, SQL 2008&lt;/li&gt;
&lt;li&gt;Captures data from local and remote servers&lt;/li&gt;
&lt;li&gt;Captures data from default and named instances (stand alone &amp;amp; clustered)&lt;/li&gt;
&lt;li&gt;Supports both SQL and Windows Authetication&lt;/li&gt;
&lt;li&gt;Supports x86 and x64&lt;/li&gt;
&lt;li&gt;No installation required&lt;/li&gt;
&lt;li&gt;Application small in size with minimal overhead when running&lt;/li&gt;
&lt;li&gt;Run multiple instances on same PC&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=sqlmonitor&amp;DownloadId=88838" alt="sqlmonitor.jpg" title="sqlmonitor.jpg" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>glensmall</author><pubDate>Wed, 06 Jun 2012 16:24:01 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120606042401P</guid></item><item><title>Updated Wiki: Home</title><link>http://sqlmonitor.codeplex.com/wikipage?version=7</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;&lt;b&gt;&lt;a href="http://twitter.com/#!/glen_small"&gt;Follow me on Twitter !!!!&lt;/a&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;h1&gt;Description&lt;/h1&gt;a .NET application that provides realtime performance data on the target SQL Server instance.&lt;br /&gt;&lt;br /&gt;No installation required, data displayed in realtime, and can also be logged to CSV for offline analysis.  Will also capture SQL data for processing uing PAL.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.softpedia.com/base_img/softpedia_free_award_f.gif" /&gt;&lt;br /&gt;
&lt;h1&gt;Features&lt;/h1&gt;This tool is designed to provide realtime performance data on SQL Server, as well as data capture for offline analysis.  The tools features are:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Realtime SQL and System performance data&lt;/li&gt;
&lt;li&gt;Colour coded alerts&lt;/li&gt;
&lt;li&gt;Capture data logging to CSV - sample interval configurable&lt;/li&gt;
&lt;li&gt;PAL Perfmon counter logged to .blg or .csv for offline analysis using PAL - sample interval configurable&lt;/li&gt;
&lt;li&gt;Detailed view of certain SQL Areas via DMVs&lt;/li&gt;
&lt;li&gt;List Top 20 Queries by CPU, IO and Execution Count&lt;/li&gt;
&lt;li&gt;View SQL Waits by category&lt;/li&gt;
&lt;li&gt;View SQL Scheduler and CPU worker threads&lt;/li&gt;
&lt;li&gt;Monitor Kernel Pools and System PTE&amp;#39;s&lt;/li&gt;
&lt;li&gt;Supports SQL 2000,SQL 2005, SQL 2008&lt;/li&gt;
&lt;li&gt;Captures data from local and remote servers&lt;/li&gt;
&lt;li&gt;Captures data from default and named instances (stand alone &amp;amp; clustered)&lt;/li&gt;
&lt;li&gt;Supports both SQL and Windows Authetication&lt;/li&gt;
&lt;li&gt;Supports x86 and x64&lt;/li&gt;
&lt;li&gt;No installation required&lt;/li&gt;
&lt;li&gt;Application small in size with minimal overhead when running&lt;/li&gt;
&lt;li&gt;Run multiple instances on same PC&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=sqlmonitor&amp;DownloadId=88838" alt="sqlmonitor.jpg" title="sqlmonitor.jpg" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>glensmall</author><pubDate>Wed, 06 Jun 2012 16:23:33 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120606042333P</guid></item><item><title>Updated Wiki: Home</title><link>http://sqlmonitor.codeplex.com/wikipage?version=6</link><description>&lt;div class="wikidoc"&gt;&lt;a href="http://twitter.com/#!/glen_small"&gt;Follw me on Twitter !!!!&lt;/a&gt;&lt;br /&gt;
&lt;h1&gt;Description&lt;/h1&gt;a .NET application that provides realtime performance data on the target SQL Server instance.&lt;br /&gt;&lt;br /&gt;No installation required, data displayed in realtime, and can also be logged to CSV for offline analysis.  Will also capture SQL data for processing uing PAL.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.softpedia.com/base_img/softpedia_free_award_f.gif" /&gt;&lt;br /&gt;
&lt;h1&gt;Features&lt;/h1&gt;This tool is designed to provide realtime performance data on SQL Server, as well as data capture for offline analysis.  The tools features are:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Realtime SQL and System performance data&lt;/li&gt;
&lt;li&gt;Colour coded alerts&lt;/li&gt;
&lt;li&gt;Capture data logging to CSV - sample interval configurable&lt;/li&gt;
&lt;li&gt;PAL Perfmon counter logged to .blg or .csv for offline analysis using PAL - sample interval configurable&lt;/li&gt;
&lt;li&gt;Detailed view of certain SQL Areas via DMVs&lt;/li&gt;
&lt;li&gt;List Top 20 Queries by CPU, IO and Execution Count&lt;/li&gt;
&lt;li&gt;View SQL Waits by category&lt;/li&gt;
&lt;li&gt;View SQL Scheduler and CPU worker threads&lt;/li&gt;
&lt;li&gt;Monitor Kernel Pools and System PTE&amp;#39;s&lt;/li&gt;
&lt;li&gt;Supports SQL 2000,SQL 2005, SQL 2008&lt;/li&gt;
&lt;li&gt;Captures data from local and remote servers&lt;/li&gt;
&lt;li&gt;Captures data from default and named instances (stand alone &amp;amp; clustered)&lt;/li&gt;
&lt;li&gt;Supports both SQL and Windows Authetication&lt;/li&gt;
&lt;li&gt;Supports x86 and x64&lt;/li&gt;
&lt;li&gt;No installation required&lt;/li&gt;
&lt;li&gt;Application small in size with minimal overhead when running&lt;/li&gt;
&lt;li&gt;Run multiple instances on same PC&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=sqlmonitor&amp;DownloadId=88838" alt="sqlmonitor.jpg" title="sqlmonitor.jpg" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>glensmall</author><pubDate>Wed, 06 Jun 2012 16:22:21 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120606042221P</guid></item><item><title>Updated Wiki: Home</title><link>http://sqlmonitor.codeplex.com/wikipage?version=5</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Description&lt;/h1&gt;a .NET application that provides realtime performance data on the target SQL Server instance.&lt;br /&gt;&lt;br /&gt;No installation required, data displayed in realtime, and can also be logged to CSV for offline analysis.  Will also capture SQL data for processing uing PAL.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.softpedia.com/base_img/softpedia_free_award_f.gif" /&gt;&lt;br /&gt;
&lt;h1&gt;Features&lt;/h1&gt;This tool is designed to provide realtime performance data on SQL Server, as well as data capture for offline analysis.  The tools features are:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Realtime SQL and System performance data&lt;/li&gt;
&lt;li&gt;Colour coded alerts&lt;/li&gt;
&lt;li&gt;Capture data logging to CSV - sample interval configurable&lt;/li&gt;
&lt;li&gt;PAL Perfmon counter logged to .blg or .csv for offline analysis using PAL - sample interval configurable&lt;/li&gt;
&lt;li&gt;Detailed view of certain SQL Areas via DMVs&lt;/li&gt;
&lt;li&gt;List Top 20 Queries by CPU, IO and Execution Count&lt;/li&gt;
&lt;li&gt;View SQL Waits by category&lt;/li&gt;
&lt;li&gt;View SQL Scheduler and CPU worker threads&lt;/li&gt;
&lt;li&gt;Monitor Kernel Pools and System PTE&amp;#39;s&lt;/li&gt;
&lt;li&gt;Supports SQL 2000,SQL 2005, SQL 2008&lt;/li&gt;
&lt;li&gt;Captures data from local and remote servers&lt;/li&gt;
&lt;li&gt;Captures data from default and named instances (stand alone &amp;amp; clustered)&lt;/li&gt;
&lt;li&gt;Supports both SQL and Windows Authetication&lt;/li&gt;
&lt;li&gt;Supports x86 and x64&lt;/li&gt;
&lt;li&gt;No installation required&lt;/li&gt;
&lt;li&gt;Application small in size with minimal overhead when running&lt;/li&gt;
&lt;li&gt;Run multiple instances on same PC&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=sqlmonitor&amp;DownloadId=88838" alt="sqlmonitor.jpg" title="sqlmonitor.jpg" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>glensmall</author><pubDate>Wed, 06 Jun 2012 16:18:32 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120606041832P</guid></item><item><title>New Comment on "Documentation"</title><link>http://sqlmonitor.codeplex.com/documentation?&amp;ANCHOR#C23021</link><description>Tried two different servers and get the same error.&amp;#10;&amp;#34;ERROR ADDING PERFORMANCE COUNTERS&amp;#58;Access is denied.&amp;#10;&amp;#10;I have administrative access on both machines.&amp;#10;&amp;#10;Any ideas what the issue is&amp;#63;</description><author>nickm324</author><pubDate>Thu, 22 Mar 2012 14:38:52 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20120322023852P</guid></item><item><title>New Comment on "Documentation"</title><link>http://sqlmonitor.codeplex.com/documentation?&amp;ANCHOR#C14926</link><description>I am unable to connect to a 2005 named instance either locally or remotely. Our setup is typically servername&amp;#92;instancename,nonstandardport on n-1 clusters. I&amp;#39;ve tried everything I can think of to connect both locally and remotely without success. Any insight would be appreciated.</description><author>jamiecarroll</author><pubDate>Thu, 18 Feb 2010 16:43:47 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20100218044347P</guid></item><item><title>Updated Wiki: Home</title><link>http://sqlmonitor.codeplex.com/wikipage?version=4</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Description&lt;/h1&gt;a .NET application that provides realtime performance data on the target SQL Server instance.&lt;br /&gt;&lt;br /&gt;No installation required, data displayed in realtime, and can also be logged to CSV for offline analysis.  Will also capture SQL data for processing uing PAL.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.softpedia.com/base_img/softpedia_free_award_f.gif" /&gt;&lt;br /&gt;
&lt;h1&gt;Features&lt;/h1&gt;This tool is designed to provide realtime performance data on SQL Server, as well as data capture for offline analysis.  The tools features are:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Realtime SQL and System performance data&lt;/li&gt;
&lt;li&gt;Colour coded alerts&lt;/li&gt;
&lt;li&gt;Capture data logging to CSV - sample interval configurable&lt;/li&gt;
&lt;li&gt;PAL Perfmon counter logged to .blg or .csv for offline analysis using PAL - sample interval configurable&lt;/li&gt;
&lt;li&gt;Detailed view of certain SQL Areas via DMVs&lt;/li&gt;
&lt;li&gt;List Top 20 Queries by CPU, IO and Execution Count&lt;/li&gt;
&lt;li&gt;View SQL Waits by category&lt;/li&gt;
&lt;li&gt;View SQL Scheduler and CPU worker threads&lt;/li&gt;
&lt;li&gt;Monitor Kernel Pools and System PTE's&lt;/li&gt;
&lt;li&gt;Supports SQL 2000,SQL 2005, SQL 2008&lt;/li&gt;
&lt;li&gt;Captures data from local and remote servers&lt;/li&gt;
&lt;li&gt;Captures data from default and named instances (stand alone &amp;amp; clustered)&lt;/li&gt;
&lt;li&gt;Supports both SQL and Windows Authetication&lt;/li&gt;
&lt;li&gt;Supports x86 and x64&lt;/li&gt;
&lt;li&gt;No installation required&lt;/li&gt;
&lt;li&gt;Application small in size with minimal overhead when running&lt;/li&gt;
&lt;li&gt;Run multiple instances on same PC&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=sqlmonitor&amp;DownloadId=88838" alt="sqlmonitor.jpg" title="sqlmonitor.jpg" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>glensmall</author><pubDate>Fri, 04 Dec 2009 12:46:53 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20091204124653P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://sqlmonitor.codeplex.com/documentation?version=7</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Quick Start&lt;/h2&gt;
1) Run the application&lt;br /&gt;2) Enter your server name in the &amp;quot;SQL Server&amp;quot; text box    (servername\instance name) (do not include leading \\ on the server name)&lt;br /&gt;3) Tick SQL Auth to use SQL Authentication, or leave for Windows authnetication (default)&lt;br /&gt;5) Press Start to start collecting realtime data&lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;Monitoring Clusters&lt;/h2&gt;
To monitor a cluster, you should&lt;br /&gt;&lt;br /&gt;1) Tick the Clustered check box&lt;br /&gt;2) Enter the SQL Virtual Name or Virtual IP in the SQL Server text box&lt;br /&gt;3) Enter the windows server name of the active node of the cluster, in the &amp;quot;Active Node&amp;quot; text box&lt;br /&gt;4) Press Start to start collecting realtime data&lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;Monitoring Disk Activity&lt;/h2&gt;
By default, the application will display performance data for the C: drive.  At any time you can change this by entering the drive letter (including the colon) in the disk storage text box, and then press the update button.  You can also monitor the average data of all the drives by entering   _Total   (note the underscore) in the text box. &lt;br /&gt;
&lt;h2&gt;Detailed Views&lt;/h2&gt;
The main form contains blue hyperlinks for some of the labels.  These links will open a new dialog box with detailed information on the selected item.  For performance reasons, some of these views will display a limited number of rows by default, but this can be changed by selecting a row count from the drop down menu.&lt;br /&gt;
&lt;h2&gt;Saving Detailed Data&lt;/h2&gt;
All of the detailed view information can be dumped out to CSV by clicking the &amp;quot;save&amp;quot; button on the dialog box.  This will create a single CSV file named after that view, with each row being date and time stamped.  Multiple clicks of the save button will append the data (block seperated)  to the same file.  You can create your own graphical representations by opening that file in Excel.&lt;br /&gt;
&lt;h2&gt;Runtime Options&lt;/h2&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=sqlmonitor&amp;DownloadId=89267" alt="options.jpg" title="options.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;The options menu allows you to change the default alert thresholds for the main form, as well as enabling the logging options for the application.  You can save the altered thresholds by clicking the save button.  This will create a thresholhds.cfg file in the application folder.  If present, this file will be appplied each time the application is run.  You can only change these settings when the app is not monitoring SQL Server.&lt;br /&gt;
&lt;h2&gt;Blocked Process Monitoring&lt;/h2&gt;
By ticking the Blocked Process option, SQL Live Monitor will log to CSV the SPID and input buffer of both blocked, and blocking processes - date and time stamped.  Due to the additional checks and commands, there is a slight performance overhead by enabling this .... but only slight.&lt;br /&gt;
&lt;h2&gt;Capturing PAL Data&lt;/h2&gt;
When ticking the PAL box in hte options menu, SQL Live Monitor will set-up the required perfmon counters (using logman) for analysis using PAL.  The data collection will start when you press the start button, and will stop when you click the stop button.  You can also change the sample interval and file format (csv by default).&lt;br /&gt;
&lt;h2&gt;Capturing data to CSV&lt;/h2&gt;
In addition to displaying the performance data in realtime, you can tick the option to capture the info to CSV as well.  Selecting this option will log all the main form data to a row date and time stamped CSV file, from which you can perform offline analysis or produce graphs using Excel.  You can select this as well as the PAL option at the same time, which will give multiple monitoring points.&lt;br /&gt;
&lt;h2&gt;Saving Server Connections&lt;/h2&gt;
Before you press the start button, you can press the save button, which will store the current SQL Server name, cluster settings, authentication mode, username and password (sql auth only) in an encrypted format.  The file is called eServers.cfg and can be found in the application folder.  Once a server is saved, the Saved Servers dropdown will display the server names, and you can switch by simply selecting a server from the list.&lt;br /&gt;
&lt;h2&gt;Remote Monitoring&lt;/h2&gt;
SQL Live monitor is capable of monitoring a remote SQL server, as well as a local SQL Server.  You need to ensure that the remote registry service can be contacted in order for the app to be able to connect properly.  This feature can be very useful when monitoring from a central RDP server.  If you are loggin into SQL Server using SQL Authentication, you have the option to specify alternate Windows Credentials, so that the tool can get required data from the remote registry.  Remote Registry calls with Alternate credentials will use WMI.&lt;br /&gt;
&lt;h2&gt;Connection Driver&lt;/h2&gt;
By default, the application will use the generic ODBC driver for SQL server.  As of version 1.24, you can switch the driver to either the 2005 or 2008 SQL Native Client driver, by selecting the Driver option on the main form.  For the most part, the default driver will be enough, however the ability to switch drivers may be required in some situations where the default driver is unable to connect.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>glensmall</author><pubDate>Tue, 03 Nov 2009 22:11:42 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20091103101142P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://sqlmonitor.codeplex.com/documentation?version=6</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Quick Start&lt;/h2&gt;
1) Run the application&lt;br /&gt;2) Enter your server name in the &amp;quot;SQL Server&amp;quot; text box    (servername\instance name) (do not include leading \\ on the server name)&lt;br /&gt;3) Tick SQL Auth to use SQL Authentication, or leave for Windows authnetication (default)&lt;br /&gt;5) Press Start to start collecting realtime data&lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;Monitoring Clusters&lt;/h2&gt;
To monitor a cluster, you should&lt;br /&gt;&lt;br /&gt;1) Tick the Clustered check box&lt;br /&gt;2) Enter the SQL Virtual Name or Virtual IP in the SQL Server text box&lt;br /&gt;3) Enter the windows server name of the active node of the cluster, in the &amp;quot;Active Node&amp;quot; text box&lt;br /&gt;4) Press Start to start collecting realtime data&lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;Monitoring Disk Activity&lt;/h2&gt;
By default, the application will display performance data for the C: drive.  At any time you can change this by entering the drive letter (including the colon) in the disk storage text box, and then press the update button.  You can also monitor the average data of all the drives by entering   _Total   (note the underscore) in the text box. &lt;br /&gt;
&lt;h2&gt;Detailed Views&lt;/h2&gt;
The main form contains blue hyperlinks for some of the labels.  These links will open a new dialog box with detailed information on the selected item.  For performance reasons, some of these views will display a limited number of rows by default, but this can be changed by selecting a row count from the drop down menu.&lt;br /&gt;
&lt;h2&gt;Saving Detailed Data&lt;/h2&gt;
All of the detailed view information can be dumped out to CSV by clicking the &amp;quot;save&amp;quot; button on the dialog box.  This will create a single CSV file named after that view, with each row being date and time stamped.  Multiple clicks of the save button will append the data (block seperated)  to the same file.  You can create your own graphical representations by opening that file in Excel.&lt;br /&gt;
&lt;h2&gt;Runtime Options&lt;/h2&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=sqlmonitor&amp;DownloadId=89267" alt="options.jpg" title="options.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;The options menu allows you to change the default alert thresholds for the main form, as well as enabling the logging options for the application.  You can save the altered thresholds by clicking the save button.  This will create a thresholhds.cfg file in the application folder.  If present, this file will be appplied each time the application is run.  You can only change these settings when the app is not monitoring SQL Server.&lt;br /&gt;
&lt;h2&gt;Blocked Process Monitoring&lt;/h2&gt;
By ticking the Blocked Process option, SQL Live Monitor will log to CSV the SPID and input buffer of both blocked, and blocking processes - date and time stamped.  Due to the additional checks and commands, there is a slight performance overhead by enabling this .... but only slight.&lt;br /&gt;
&lt;h2&gt;Capturing PAL Data&lt;/h2&gt;
When ticking the PAL box in hte options menu, SQL Live Monitor will set-up the required perfmon counters (using logman) for analysis using PAL.  The data collection will start when you press the start button, and will stop when you click the stop button.  You can also change the sample interval and file format (csv by default).&lt;br /&gt;
&lt;h2&gt;Capturing data to CSV&lt;/h2&gt;
In addition to displaying the performance data in realtime, you can tick the option to capture the info to CSV as well.  Selecting this option will log all the main form data to a row date and time stamped CSV file, from which you can perform offline analysis or produce graphs using Excel.  You can select this as well as the PAL option at the same time, which will give multiple monitoring points.&lt;br /&gt;
&lt;h2&gt;Saving Server Connections&lt;/h2&gt;
Before you press the start button, you can press the save button, which will store the current SQL Server name, cluster settings, authentication mode, username and password (sql auth only) in an encrypted format.  The file is called eServers.cfg and can be found in the application folder.  Once a server is saved, the Saved Servers dropdown will display the server names, and you can switch by simply selecting a server from the list.&lt;br /&gt;
&lt;h2&gt;Remote Monitoring&lt;/h2&gt;
SQL Live monitor is capable of monitoring a remote SQL server, as well as a local SQL Server.  You need to ensure that the remote registry service can be contacted in order for the app to be able to connect properly.  This feature can be very useful when monitoring from a central RDP server.  At the moment, remote monitoring is only possible is a domain environemnt where the current logged in user has permissions on the remote server.&lt;br /&gt;
&lt;h2&gt;Connection Driver&lt;/h2&gt;
By default, the application will use the generic ODBC driver for SQL server.  As of version 1.24, you can switch the driver to either the 2005 or 2008 SQL Native Client driver, by selecting the Driver option on the main form.  For the most part, the default driver will be enough, however the ability to switch drivers may be required in some situations where the default driver is unable to connect.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>glensmall</author><pubDate>Tue, 27 Oct 2009 20:04:29 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20091027080429P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://sqlmonitor.codeplex.com/documentation?version=5</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Quick Start&lt;/h2&gt;
1) Run the application&lt;br /&gt;2) Enter your server name in the &amp;quot;SQL Server&amp;quot; text box    (servername\instance name) (do not include leading \\ on the server name)&lt;br /&gt;3) Tick SQL Auth to use SQL Authentication, or leave for Windows authnetication (default)&lt;br /&gt;5) Press Start to start collecting realtime data&lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;Monitoring Clusters&lt;/h2&gt;
To monitor a cluster, you should&lt;br /&gt;&lt;br /&gt;1) Tick the CLustered check box&lt;br /&gt;2) Enter the SQL Virtual Name or Virtual IP in the SQL Server text box&lt;br /&gt;3) Enter the windows server name of the active node of the cluster, in the &amp;quot;Active Node&amp;quot; text box&lt;br /&gt;4) Press Start to start collecting realtime data&lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;Monitoring Disk Activity&lt;/h2&gt;
By default, the application will display performance data for the C: drive.  At any time you can change this by entering the drive letter (including the colon) in the disk storage text box, and then press the update button.  You can also monitor the average data of all the drives by entering   _Total   (note the underscore) in the text box. &lt;br /&gt;
&lt;h2&gt;Detailed Views&lt;/h2&gt;
The main form contains blue hyperlinks for some of the labels.  These links will open a new dialog box with detailed information on the selected item.  For performance reasons, some of these views will display a limited number of rows by default, but this can be changed by selecting a row count from the drop down menu.&lt;br /&gt;
&lt;h2&gt;Saving Detailed Data&lt;/h2&gt;
All of the detailed view information can be dumped out to CSV by clicking the &amp;quot;save&amp;quot; button on the dialog box.  This will create a single CSV file named after that view, with each row being date and time stamped.  Multiple clicks of the save button will append the data (block seperated)  to the same file.  You can create your own graphical representations by opening that file in Excel.&lt;br /&gt;
&lt;h2&gt;Runtime Options&lt;/h2&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=sqlmonitor&amp;DownloadId=89267" alt="options.jpg" title="options.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;The options menu allows you to change the default alert thresholds for the main form, as well as enabling the logging options for the application.  You can save the altered thresholds by clicking the save button.  This will create a thresholhds.cfg file in the application folder.  If present, this file will be appplied each time the application is run.  You can only change these settings when the app is not monitoring SQL Server.&lt;br /&gt;
&lt;h2&gt;Blocked Process Monitoring&lt;/h2&gt;
By ticking the Blocked Process option, SQL Live Monitor will log to CSV the SPID and input buffer of both blocked, and blocking processes - date and time stamped.  Due to the additional checks and commands, there is a slight performance overhead by enabling this .... but only slight.&lt;br /&gt;
&lt;h2&gt;Capturing PAL Data&lt;/h2&gt;
When ticking the PAL box in hte options menu, SQL Live Monitor will set-up the required perfmon counters (using logman) for analysis using PAL.  The data collection will start when you press the start button, and will stop when you click the stop button.  You can also change the sample interval and file format (csv by default).&lt;br /&gt;
&lt;h2&gt;Capturing data to CSV&lt;/h2&gt;
In addition to displaying the performance data in realtime, you can tick the option to capture the info to CSV as well.  Selecting this option will log all the main form data to a row date and time stamped CSV file, from which you can perform offline analysis or produce graphs using Excel.  You can select this as well as the PAL option at the same time, which will give multiple monitoring points.&lt;br /&gt;
&lt;h2&gt;Saving Server Connections&lt;/h2&gt;
Before you press the start button, you can press the save button, which will store the current SQL Server name, cluster settings, authentication mode, username and password (sql auth only) in an encrypted format.  The file is called eServers.cfg and can be found in the application folder.  Once a server is saved, the Saved Servers dropdown will display the server names, and you can switch by simply selecting a server from the list.&lt;br /&gt;
&lt;h2&gt;Remote Monitoring&lt;/h2&gt;
SQL Live monitor is capable of monitoring a remote SQL server, as well as a local SQL Server.  You need to ensure that the remote registry service can be contacted in order for the app to be able to connect properly.  This feature can be very useful when monitoring from a central RDP server.&lt;br /&gt;
&lt;h2&gt;Connection Driver&lt;/h2&gt;
By default, the application will use the generic ODBC driver for SQL server.  As of version 1.24, you can switch the driver to either the 2005 or 2008 SQL Native Client driver, by selecting the Driver option on the main form.  For the most part, the default driver will be enough, however the ability to switch drivers may be required in some situations where the default driver is unable to connect.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>glensmall</author><pubDate>Tue, 27 Oct 2009 09:37:21 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20091027093721A</guid></item><item><title>Updated Wiki: Documentation</title><link>http://sqlmonitor.codeplex.com/documentation?version=4</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Quick Start&lt;/h2&gt;
1) Run the application&lt;br /&gt;2) Enter your server name in the &amp;quot;SQL Server&amp;quot; text box    (servername\instance name)&lt;br /&gt;3) Tick SQL Auth to use SQL Authentication, or leave for Windows authnetication (default)&lt;br /&gt;5) Press Start to start collecting realtime data&lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;Monitoring Clusters&lt;/h2&gt;
To monitor a cluster, you should&lt;br /&gt;&lt;br /&gt;1) Tick the CLustered check box&lt;br /&gt;2) Enter the SQL Virtual Name or Virtual IP in the SQL Server text box&lt;br /&gt;3) Enter the windows server name of the active node of the cluster, in the &amp;quot;Active Node&amp;quot; text box&lt;br /&gt;4) Press Start to start collecting realtime data&lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;Monitoring Disk Activity&lt;/h2&gt;
By default, the application will display performance data for the C: drive.  At any time you can change this by entering the drive letter (including the colon) in the disk storage text box, and then press the update button.  You can also monitor the average data of all the drives by entering   _Total   (note the underscore) in the text box. &lt;br /&gt;
&lt;h2&gt;Detailed Views&lt;/h2&gt;
The main form contains blue hyperlinks for some of the labels.  These links will open a new dialog box with detailed information on the selected item.  For performance reasons, some of these views will display a limited number of rows by default, but this can be changed by selecting a row count from the drop down menu.&lt;br /&gt;
&lt;h2&gt;Saving Detailed Data&lt;/h2&gt;
All of the detailed view information can be dumped out to CSV by clicking the &amp;quot;save&amp;quot; button on the dialog box.  This will create a single CSV file named after that view, with each row being date and time stamped.  Multiple clicks of the save button will append the data (block seperated)  to the same file.  You can create your own graphical representations by opening that file in Excel.&lt;br /&gt;
&lt;h2&gt;Runtime Options&lt;/h2&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=sqlmonitor&amp;DownloadId=89267" alt="options.jpg" title="options.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;The options menu allows you to change the default alert thresholds for the main form, as well as enabling the logging options for the application.  You can save the altered thresholds by clicking the save button.  This will create a thresholhds.cfg file in the application folder.  If present, this file will be appplied each time the application is run.  You can only change these settings when the app is not monitoring SQL Server.&lt;br /&gt;
&lt;h2&gt;Blocked Process Monitoring&lt;/h2&gt;
By ticking the Blocked Process option, SQL Live Monitor will log to CSV the SPID and input buffer of both blocked, and blocking processes - date and time stamped.  Due to the additional checks and commands, there is a slight performance overhead by enabling this .... but only slight.&lt;br /&gt;
&lt;h2&gt;Capturing PAL Data&lt;/h2&gt;
When ticking the PAL box in hte options menu, SQL Live Monitor will set-up the required perfmon counters (using logman) for analysis using PAL.  The data collection will start when you press the start button, and will stop when you click the stop button.  You can also change the sample interval and file format (csv by default).&lt;br /&gt;
&lt;h2&gt;Capturing data to CSV&lt;/h2&gt;
In addition to displaying the performance data in realtime, you can tick the option to capture the info to CSV as well.  Selecting this option will log all the main form data to a row date and time stamped CSV file, from which you can perform offline analysis or produce graphs using Excel.  You can select this as well as the PAL option at the same time, which will give multiple monitoring points.&lt;br /&gt;
&lt;h2&gt;Saving Server Connections&lt;/h2&gt;
Before you press the start button, you can press the save button, which will store the current SQL Server name, cluster settings, authentication mode, username and password (sql auth only) in an encrypted format.  The file is called eServers.cfg and can be found in the application folder.  Once a server is saved, the Saved Servers dropdown will display the server names, and you can switch by simply selecting a server from the list.&lt;br /&gt;
&lt;h2&gt;Remote Monitoring&lt;/h2&gt;
SQL Live monitor is capable of monitoring a remote SQL server, as well as a local SQL Server.  You need to ensure that the remote registry service can be contacted in order for the app to be able to connect properly.  This feature can be very useful when monitoring from a central RDP server.&lt;br /&gt;
&lt;h2&gt;Connection Driver&lt;/h2&gt;
By default, the application will use the generic ODBC driver for SQL server.  As of version 1.24, you can switch the driver to either the 2005 or 2008 SQL Native Client driver, by selecting the Driver option on the main form.  For the most part, the default driver will be enough, however the ability to switch drivers may be required in some situations where the default driver is unable to connect.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>glensmall</author><pubDate>Mon, 26 Oct 2009 20:31:58 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20091026083158P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://sqlmonitor.codeplex.com/documentation?version=3</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Quick Start&lt;/h2&gt;
1) Run the application&lt;br /&gt;2) Enter your server name in the &amp;quot;SQL Server&amp;quot; text box    (servername\instance name)&lt;br /&gt;3) Tick SQL Auth to use SQL Authentication, or leave for Windows authnetication (default)&lt;br /&gt;5) Press Start to start collecting realtime data&lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;Monitoring Clusters&lt;/h2&gt;
To monitor a cluster, you should&lt;br /&gt;&lt;br /&gt;1) Tick the CLustered check box&lt;br /&gt;2) Enter the SQL Virtual Name or Virtual IP in the SQL Server text box&lt;br /&gt;3) Enter the windows server name of the active node of the cluster, in the &amp;quot;Active Node&amp;quot; text box&lt;br /&gt;4) Press Start to start collecting realtime data&lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;Monitoring Disk Activity&lt;/h2&gt;
By default, the application will display performance data for the C: drive.  At any time you can change this by entering the drive letter (including the colon) in the disk storage text box, and then press the update button.  You can also monitor the average data of all the drives by entering   _Total   (note the underscore) in the text box. &lt;br /&gt;
&lt;h2&gt;Detailed Views&lt;/h2&gt;
The main form contains blue hyperlinks for some of the labels.  These links will open a new dialog box with detailed information on the selected item.  For performance reasons, some of these views will display a limited number of rows by default, but this can be changed by selecting a row count from the drop down menu.&lt;br /&gt;
&lt;h2&gt;Saving Detailed Data&lt;/h2&gt;
All of the detailed view information can be dumped out to CSV by clicking the &amp;quot;save&amp;quot; button on the dialog box.  This will create a single CSV file named after that view, with each row being date and time stamped.  Multiple clicks of the save button will append the data (block seperated)  to the same file.  You can create your own graphical representations by opening that file in Excel.&lt;br /&gt;
&lt;h2&gt;Runtime Options&lt;/h2&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=sqlmonitor&amp;DownloadId=89267" alt="options.jpg" title="options.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;The options menu allows you to change the default alert thresholds for the main form, as well as enabling the logging options for the application.  You can save the altered thresholds by clicking the save button.  This will create a thresholhds.cfg file in the application folder.  If present, this file will be appplied each time the application is run.  You can only change these settings when the app is not monitoring SQL Server.&lt;br /&gt;
&lt;h2&gt;Blocked Process Monitoring&lt;/h2&gt;
By ticking the Blocked Process option, SQL Live Monitor will log to CSV the SPID and input buffer of both blocked, and blocking processes - date and time stamped.  Due to the additional checks and commands, there is a slight performance overhead by enabling this .... but only slight.&lt;br /&gt;
&lt;h2&gt;Capturing PAL Data&lt;/h2&gt;
When ticking the PAL box in hte options menu, SQL Live Monitor will set-up the required perfmon counters (using logman) for analysis using PAL.  The data collection will start when you press the start button, and will stop when you click the stop button.  You can also change the sample interval and file format (csv by default).&lt;br /&gt;
&lt;h2&gt;Capturing data to CSV&lt;/h2&gt;
In addition to displaying the performance data in realtime, you can tick the option to capture the info to CSV as well.  Selecting this option will log all the main form data to a row date and time stamped CSV file, from which you can perform offline analysis or produce graphs using Excel.  You can select this as well as the PAL option at the same time, which will give multiple monitoring points.&lt;br /&gt;
&lt;h2&gt;Saving Server Connections&lt;/h2&gt;
Before you press the start button, you can press the save button, which will store the current SQL Server name, cluster settings, authentication mode, username and password (sql auth only) in an encrypted format.  The file is called eServers.cfg and can be found in the application folder.  Once a server is saved, the Saved Servers dropdown will display the server names, and you can switch by simply selecting a server from the list.&lt;br /&gt;
&lt;h2&gt;Remote Monitoring&lt;/h2&gt;
SQL Live monitor is capable of monitoring a remote SQL server, as well as a local SQL Server.  You need to ensure that the remote registry service can be contacted in order for the app to be able to connect properly.  This feature can be very useful when monitoring from a central RDP server.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>glensmall</author><pubDate>Mon, 26 Oct 2009 11:48:25 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20091026114825A</guid></item><item><title>Updated Wiki: Documentation</title><link>http://sqlmonitor.codeplex.com/documentation?version=2</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Quick Start&lt;/h2&gt;
1) Run the application&lt;br /&gt;2) Enter your server name in the &amp;quot;SQL Server&amp;quot; text box    (servername\instance name)&lt;br /&gt;3) Tick SQL Auth to use SQL Authentication, or leave for Windows authnetication (default)&lt;br /&gt;5) Press Start to start collecting realtime data&lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;Monitoring Clusters&lt;/h2&gt;
To monitor a cluster, you should&lt;br /&gt;&lt;br /&gt;1) Tick the CLustered check box&lt;br /&gt;2) Enter the SQL Virtual Name or Virtual IP in the SQL Server text box&lt;br /&gt;3) Enter the windows server name of the active node of the cluster, in the &amp;quot;Active Node&amp;quot; text box&lt;br /&gt;4) Press Start to start collecting realtime data&lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;Monitoring Disk Activity&lt;/h2&gt;
By default, the application will display performance data for the C: drive.  At any time you can change this by entering the drive letter (including the colon) in the disk storage text box, and then press the update button.  You can also monitor the average data of all the drives by entering   _Total   (note the underscore) in the text box. &lt;br /&gt;
&lt;h2&gt;Detailed Views&lt;/h2&gt;
The main form contains blue hyperlinks for some of the labels.  These links will open a new dialog box with detailed information on the selected item.  For performance reasons, some of these views will display a limited number of rows by default, but this can be changed by selecting a row count from the drop down menu.&lt;br /&gt;
&lt;h2&gt;Saving Detailed Data&lt;/h2&gt;
All of the detailed view information can be dumped out to CSV by clicking the &amp;quot;save&amp;quot; button on the dialog box.  This will create a single CSV file named after that view, with each row being date and time stamped.  Multiple clicks of the save button will append the data (block seperated)  to the same file.  You can create your own graphical representations by opening that file in Excel.&lt;br /&gt;
&lt;h2&gt;Runtime Options&lt;/h2&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=sqlmonitor&amp;DownloadId=89267" alt="options.jpg" title="options.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;The options menu allows you to change the default alert thresholds for the main form, as well as enabling the logging options for the application.  You can save the altered thresholds by clicking the save button.  This will create a thresholhds.cfg file in the application folder.  If present, this file will be appplied each time the application is run.  You can only change these settings when the app is not monitoring SQL Server.&lt;br /&gt;
&lt;h2&gt;Capturing PAL Data&lt;/h2&gt;
When ticking the PAL box in hte options menu, SQL Live Monitor will set-up the required perfmon counters (using logman) for analysis using PAL.  The data collection will start when you press the start button, and will stop when you click the stop button.  You can also change the sample interval and file format (csv by default).&lt;br /&gt;
&lt;h2&gt;Capturing data to CSV&lt;/h2&gt;
In addition to displaying the performance data in realtime, you can tick the option to capture the info to CSV as well.  Selecting this option will log all the main form data to a row date and time stamped CSV file, from which you can perform offline analysis or produce graphs using Excel.  You can select this as well as the PAL option at the same time, which will give multiple monitoring points.&lt;br /&gt;
&lt;h2&gt;Saving Server Connections&lt;/h2&gt;
Before you press the start button, you can press the save button, which will store the current SQL Server name, cluster settings, authentication mode, username and password (sql auth only) in an encrypted format.  The file is called eServers.cfg and can be found in the application folder.  Once a server is saved, the Saved Servers dropdown will display the server names, and you can switch by simply selecting a server from the list.&lt;br /&gt;
&lt;h2&gt;Remote Monitoring&lt;/h2&gt;
SQL Live monitor is capable of monitoring a remote SQL server, as well as a local SQL Server.  You need to ensure that the remote registry service can be contacted in order for the app to be able to connect properly.  This feature can be very useful when monitoring from a central RDP server.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>glensmall</author><pubDate>Sun, 25 Oct 2009 19:54:41 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20091025075441P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://sqlmonitor.codeplex.com/documentation?version=1</link><description>&lt;div class="wikidoc"&gt;Documentation to follow shortly.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>glensmall</author><pubDate>Thu, 22 Oct 2009 09:37:56 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20091022093756A</guid></item></channel></rss>