<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Technology News and Insight by Prestige Technologies, Inc.</title>
	<atom:link href="http://ptihosting.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ptihosting.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 21 Feb 2012 02:45:37 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Force Excel 2007/2010 to open in seperate window by vcbk</title>
		<link>http://ptihosting.com/blog/it-blog/force-excel-20072010-to-open-in-seperate-window/comment-page-1/#comment-11491</link>
		<dc:creator>vcbk</dc:creator>
		<pubDate>Tue, 21 Feb 2012 02:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://ptihosting.com/blog/?p=216#comment-11491</guid>
		<description>Thanks,
It works well for me (Office 2010, x86)</description>
		<content:encoded><![CDATA[<p>Thanks,<br />
It works well for me (Office 2010, x86)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Monitor MSSQL with Nagios using check_mssql by AlexCh</title>
		<link>http://ptihosting.com/blog/it-blog/monitor-mssql-with-nagios/comment-page-1/#comment-11433</link>
		<dc:creator>AlexCh</dc:creator>
		<pubDate>Thu, 16 Feb 2012 05:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://ptihosting.com/blog/?p=329#comment-11433</guid>
		<description>Hi, brad!
runt he test: ./check_mssql.php -H 10.32.8.29 -U alexch -P password -d main
response: CRITICAL: Could not connect to 10.32.8.29 as alexch.
!!!The user has full rights to alexch main base.
Can you please tell what the problem is?</description>
		<content:encoded><![CDATA[<p>Hi, brad!<br />
runt he test: ./check_mssql.php -H 10.32.8.29 -U alexch -P password -d main<br />
response: CRITICAL: Could not connect to 10.32.8.29 as alexch.<br />
!!!The user has full rights to alexch main base.<br />
Can you please tell what the problem is?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IE9 won&#8217;t render some pages &#8211; Adobe PostScript fonts to blame by christian</title>
		<link>http://ptihosting.com/blog/design-and-marketing/ie9-wont-render-some-pages-adobe-postscript-fonts-to-blame/comment-page-1/#comment-11414</link>
		<dc:creator>christian</dc:creator>
		<pubDate>Wed, 15 Feb 2012 08:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://ptihosting.com/blog/?p=307#comment-11414</guid>
		<description>Ah! I&#039;ve been looking for a solution for this issue for ages. Finally got it working thanks to your blog post. Thanks!</description>
		<content:encoded><![CDATA[<p>Ah! I&#8217;ve been looking for a solution for this issue for ages. Finally got it working thanks to your blog post. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Force Excel 2007/2010 to open in seperate window by Jonathan</title>
		<link>http://ptihosting.com/blog/it-blog/force-excel-20072010-to-open-in-seperate-window/comment-page-1/#comment-11342</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Fri, 10 Feb 2012 23:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://ptihosting.com/blog/?p=216#comment-11342</guid>
		<description>So I gave it a try and while I could get the right click menu to open in a new instance... it never did.  It always kept opening in the same instance I had open.  Any thoughts?  I hope we can get this to work!  

Thanks!</description>
		<content:encoded><![CDATA[<p>So I gave it a try and while I could get the right click menu to open in a new instance&#8230; it never did.  It always kept opening in the same instance I had open.  Any thoughts?  I hope we can get this to work!  </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Monitor MSSQL with Nagios using check_mssql by Ram</title>
		<link>http://ptihosting.com/blog/it-blog/monitor-mssql-with-nagios/comment-page-1/#comment-11311</link>
		<dc:creator>Ram</dc:creator>
		<pubDate>Thu, 09 Feb 2012 09:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://ptihosting.com/blog/?p=329#comment-11311</guid>
		<description>Hi brad,
   I had faced same problem like,
# ./check_mssql.php -H hostname -U username -P password
 (Obviously I fill in the appropriate hostname, username and pw.)
 I got this:
 
/////UNKNOW:MSSQL support is not installed on this server.//////////

THIS IS MY PHP VERSION
[root@localhost ~]# php -v
PHP 5.3.3 (cli) (built: Feb  2 2012 18:29:23)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
 

can you plese tell me the solution as early as possiable?</description>
		<content:encoded><![CDATA[<p>Hi brad,<br />
   I had faced same problem like,<br />
# ./check_mssql.php -H hostname -U username -P password<br />
 (Obviously I fill in the appropriate hostname, username and pw.)<br />
 I got this:</p>
<p>/////UNKNOW:MSSQL support is not installed on this server.//////////</p>
<p>THIS IS MY PHP VERSION<br />
[root@localhost ~]# php -v<br />
PHP 5.3.3 (cli) (built: Feb  2 2012 18:29:23)<br />
Copyright (c) 1997-2010 The PHP Group<br />
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies</p>
<p>can you plese tell me the solution as early as possiable?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

