<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: PowerShell SQL Server Health Check Script</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/dba/powershell-sql-server-health-check-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/dba/powershell-sql-server-health-check-script/</link>
	<description></description>
	<pubDate>Mon, 09 Nov 2009 07:01:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Colin Smith</title>
		<link>http://itknowledgeexchange.techtarget.com/dba/powershell-sql-server-health-check-script/#comment-21</link>
		<dc:creator>Colin Smith</dc:creator>
		<pubDate>Tue, 20 Oct 2009 16:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/dba/?p=205#comment-21</guid>
		<description>You should make changes to reflect the paths to your input file. The top line and the bottom line are the same thing just reflecting two paths that I can change between for different server lists.</description>
		<content:encoded><![CDATA[<p>You should make changes to reflect the paths to your input file. The top line and the bottom line are the same thing just reflecting two paths that I can change between for different server lists.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Smith</title>
		<link>http://itknowledgeexchange.techtarget.com/dba/powershell-sql-server-health-check-script/#comment-20</link>
		<dc:creator>Colin Smith</dc:creator>
		<pubDate>Tue, 20 Oct 2009 16:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/dba/?p=205#comment-20</guid>
		<description>"monitor","Server","Instance","TorP","ErrorLog","Ping" are the headers in the sqltab file. Monitor is 'Y' or 'N', Server is the physical host name, Instance is the instance name and null if default instance, TorP is T for test and P for Prod, Errorlog is the location of the errorlog, and Ping is if I am running my ping servers script against this server.</description>
		<content:encoded><![CDATA[<p>&#8220;monitor&#8221;,&#8221;Server&#8221;,&#8221;Instance&#8221;,&#8221;TorP&#8221;,&#8221;ErrorLog&#8221;,&#8221;Ping&#8221; are the headers in the sqltab file. Monitor is &#8216;Y&#8217; or &#8216;N&#8217;, Server is the physical host name, Instance is the instance name and null if default instance, TorP is T for test and P for Prod, Errorlog is the location of the errorlog, and Ping is if I am running my ping servers script against this server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VVNN</title>
		<link>http://itknowledgeexchange.techtarget.com/dba/powershell-sql-server-health-check-script/#comment-18</link>
		<dc:creator>VVNN</dc:creator>
		<pubDate>Thu, 27 Aug 2009 15:34:13 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/dba/?p=205#comment-18</guid>
		<description>Hi Colin,

I have some questions regarding the ps script:
1-  Could you please tell me how file "monitoringsqltab.txt" look like?
2-  What does this stmt mean:  
$servers = Import-Csv “ent-pocpacapcx01d$monitoringsqltab.txt”
3-  How different of these two input files "monitoringsqltab.txt" and "D:SQL_Servers.txt"
4-  On the output file, can you display the SQL version with EE/Standard/Developer edition?  Is there any reference to do so?

Thanks,
-VN</description>
		<content:encoded><![CDATA[<p>Hi Colin,</p>
<p>I have some questions regarding the ps script:<br />
1-  Could you please tell me how file &#8220;monitoringsqltab.txt&#8221; look like?<br />
2-  What does this stmt mean:<br />
$servers = Import-Csv “ent-pocpacapcx01d$monitoringsqltab.txt”<br />
3-  How different of these two input files &#8220;monitoringsqltab.txt&#8221; and &#8220;D:SQL_Servers.txt&#8221;<br />
4-  On the output file, can you display the SQL version with EE/Standard/Developer edition?  Is there any reference to do so?</p>
<p>Thanks,<br />
-VN</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abcdefrgh</title>
		<link>http://itknowledgeexchange.techtarget.com/dba/powershell-sql-server-health-check-script/#comment-17</link>
		<dc:creator>Abcdefrgh</dc:creator>
		<pubDate>Wed, 26 Aug 2009 18:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/dba/?p=205#comment-17</guid>
		<description>should we make anychanges for this do and what are the fields i need to provide at this columns: #Read thru the contents of the SQL_Servers.txt file
#$servers = Import-Csv "\pni-vmdbasqld$monitoringinputssqltab.txt"
$servers = Import-Csv "\ent-pocpacapcx01d$monitoringsqltab.txt"</description>
		<content:encoded><![CDATA[<p>should we make anychanges for this do and what are the fields i need to provide at this columns: #Read thru the contents of the SQL_Servers.txt file<br />
#$servers = Import-Csv &#8220;\pni-vmdbasqld$monitoringinputssqltab.txt&#8221;<br />
$servers = Import-Csv &#8220;\ent-pocpacapcx01d$monitoringsqltab.txt&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- dynamic -->