<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for SQL Server help</title>
	<atom:link href="http://sqlhelp.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://sqlhelp.wordpress.com</link>
	<description>Complete support for SQL Server, Visual Basic, Active Server Pages help</description>
	<lastBuildDate>Mon, 02 Nov 2009 01:39:32 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Table Row in String by Weekly Link Post 117 &#171; Rhonda Tipton&#8217;s WebLog</title>
		<link>http://sqlhelp.wordpress.com/2009/10/29/table-row-in-string/#comment-43</link>
		<dc:creator>Weekly Link Post 117 &#171; Rhonda Tipton&#8217;s WebLog</dc:creator>
		<pubDate>Mon, 02 Nov 2009 01:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://sqlhelp.wordpress.com/?p=377#comment-43</guid>
		<description>[...] Snippet(s): Table Row in String [...]</description>
		<content:encoded><![CDATA[<p>[...] Snippet(s): Table Row in String [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to find date name in MSSQL by Raghunath Bhandari</title>
		<link>http://sqlhelp.wordpress.com/2009/08/10/how-to-find-date-name/#comment-40</link>
		<dc:creator>Raghunath Bhandari</dc:creator>
		<pubDate>Wed, 07 Oct 2009 07:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://sqlhelp.wordpress.com/?p=367#comment-40</guid>
		<description>Simply you can pass your date in this query

&lt;code&gt;
select DATENAME(dw , &#039;2009-01-01&#039;)
&lt;/code&gt;
&lt;code&gt;------------&lt;/code&gt;
&lt;code&gt;Thursday&lt;/code&gt;

</description>
		<content:encoded><![CDATA[<p>Simply you can pass your date in this query</p>
<p><code><br />
select DATENAME(dw , '2009-01-01')<br />
</code><br />
<code>------------</code><br />
<code>Thursday</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Send SMS using AT command by Raghunath Bhandari</title>
		<link>http://sqlhelp.wordpress.com/2009/01/24/send-sms-using-at-command/#comment-38</link>
		<dc:creator>Raghunath Bhandari</dc:creator>
		<pubDate>Tue, 08 Sep 2009 05:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://sqlhelp.wordpress.com/?p=292#comment-38</guid>
		<description>Use this codes in VB and connect your Mobile phone or GSM modem in PC then it will work.</description>
		<content:encoded><![CDATA[<p>Use this codes in VB and connect your Mobile phone or GSM modem in PC then it will work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Send SMS using AT command by Irwin</title>
		<link>http://sqlhelp.wordpress.com/2009/01/24/send-sms-using-at-command/#comment-37</link>
		<dc:creator>Irwin</dc:creator>
		<pubDate>Tue, 08 Sep 2009 03:17:06 +0000</pubDate>
		<guid isPermaLink="false">http://sqlhelp.wordpress.com/?p=292#comment-37</guid>
		<description>Can you give me sample program in vb that will read all messages in my modem? thanksssss</description>
		<content:encoded><![CDATA[<p>Can you give me sample program in vb that will read all messages in my modem? thanksssss</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to find date name in MSSQL by Weekly Link Post 106 &#171; Rhonda Tipton&#8217;s WebLog</title>
		<link>http://sqlhelp.wordpress.com/2009/08/10/how-to-find-date-name/#comment-33</link>
		<dc:creator>Weekly Link Post 106 &#171; Rhonda Tipton&#8217;s WebLog</dc:creator>
		<pubDate>Fri, 14 Aug 2009 19:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://sqlhelp.wordpress.com/?p=367#comment-33</guid>
		<description>[...] Snippet(s): Select Records Less Than 24 Hours Old &#124; How to find date name in MSSQL [...]</description>
		<content:encoded><![CDATA[<p>[...] Snippet(s): Select Records Less Than 24 Hours Old | How to find date name in MSSQL [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Format money/decimal with commas by Rich</title>
		<link>http://sqlhelp.wordpress.com/2009/01/14/format-moneydecimal-with-commas/#comment-29</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Fri, 24 Jul 2009 14:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://sqlhelp.wordpress.com/?p=245#comment-29</guid>
		<description>I found a solution to dropping the decimal point and cents (.00). I used replace.
Replace(Convert(varchar,Cast([MyFieldValue] as Money),1),&#039;.00&#039;,&#039;&#039;)</description>
		<content:encoded><![CDATA[<p>I found a solution to dropping the decimal point and cents (.00). I used replace.<br />
Replace(Convert(varchar,Cast([MyFieldValue] as Money),1),&#8217;.00&#8242;,&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Format money/decimal with commas by Rich</title>
		<link>http://sqlhelp.wordpress.com/2009/01/14/format-moneydecimal-with-commas/#comment-28</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Fri, 24 Jul 2009 13:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://sqlhelp.wordpress.com/?p=245#comment-28</guid>
		<description>The conver performed as expected. 
I still want to drop the cents in the result and keep the commas. I will still be looking.</description>
		<content:encoded><![CDATA[<p>The conver performed as expected.<br />
I still want to drop the cents in the result and keep the commas. I will still be looking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HOW TO USE  ROLLUP and CUBE by Pavan</title>
		<link>http://sqlhelp.wordpress.com/2009/01/07/how-to-use-rollup/#comment-26</link>
		<dc:creator>Pavan</dc:creator>
		<pubDate>Mon, 13 Jul 2009 07:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://sqlhelp.wordpress.com/?p=224#comment-26</guid>
		<description>thnx v. helpful info</description>
		<content:encoded><![CDATA[<p>thnx v. helpful info</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Send SMS using AT command by Nitin</title>
		<link>http://sqlhelp.wordpress.com/2009/01/24/send-sms-using-at-command/#comment-24</link>
		<dc:creator>Nitin</dc:creator>
		<pubDate>Wed, 08 Jul 2009 09:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://sqlhelp.wordpress.com/?p=292#comment-24</guid>
		<description>I tried this application on Nokia 3110, connected to PC (XP) via USB cable. The control panel shows COM 8 as the designated port.
It does not send the SMS. What could be the problem?
Prev. I had used ATSMS library and it worked perfectly.</description>
		<content:encoded><![CDATA[<p>I tried this application on Nokia 3110, connected to PC (XP) via USB cable. The control panel shows COM 8 as the designated port.<br />
It does not send the SMS. What could be the problem?<br />
Prev. I had used ATSMS library and it worked perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Send SMS using AT command by Raghunath Bhandari</title>
		<link>http://sqlhelp.wordpress.com/2009/01/24/send-sms-using-at-command/#comment-23</link>
		<dc:creator>Raghunath Bhandari</dc:creator>
		<pubDate>Tue, 07 Jul 2009 07:39:28 +0000</pubDate>
		<guid isPermaLink="false">http://sqlhelp.wordpress.com/?p=292#comment-23</guid>
		<description>Hey Nitin,

For that you need to read your confirm message from Mobile, After delivered the SMS your sms center will send a delivered message, then you need to read that SMS again.

Regards,
Raghunath Bhandari</description>
		<content:encoded><![CDATA[<p>Hey Nitin,</p>
<p>For that you need to read your confirm message from Mobile, After delivered the SMS your sms center will send a delivered message, then you need to read that SMS again.</p>
<p>Regards,<br />
Raghunath Bhandari</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Send SMS using AT command by Nitin</title>
		<link>http://sqlhelp.wordpress.com/2009/01/24/send-sms-using-at-command/#comment-22</link>
		<dc:creator>Nitin</dc:creator>
		<pubDate>Tue, 07 Jul 2009 07:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://sqlhelp.wordpress.com/?p=292#comment-22</guid>
		<description>Awesome.
How can I read the report that confirms that the SMS is received by the recipient cell phone, a.k.a receive report?</description>
		<content:encoded><![CDATA[<p>Awesome.<br />
How can I read the report that confirms that the SMS is received by the recipient cell phone, a.k.a receive report?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TSQL Delete on join by Marc</title>
		<link>http://sqlhelp.wordpress.com/2009/02/27/tsql-delete-on-join/#comment-21</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Thu, 11 Jun 2009 12:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://sqlhelp.wordpress.com/?p=318#comment-21</guid>
		<description>Super, thanks!</description>
		<content:encoded><![CDATA[<p>Super, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Send SMS using AT command by jerome</title>
		<link>http://sqlhelp.wordpress.com/2009/01/24/send-sms-using-at-command/#comment-20</link>
		<dc:creator>jerome</dc:creator>
		<pubDate>Tue, 19 May 2009 23:04:48 +0000</pubDate>
		<guid isPermaLink="false">http://sqlhelp.wordpress.com/?p=292#comment-20</guid>
		<description>Hey, thank u so much, ive been searching the internet for months to sent sms with vb. Your solution is the only one of hundreds that works. So glad i found this site. Thanks again.</description>
		<content:encoded><![CDATA[<p>Hey, thank u so much, ive been searching the internet for months to sent sms with vb. Your solution is the only one of hundreds that works. So glad i found this site. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to find hard disk serial number ? by Raghunath Bhandari</title>
		<link>http://sqlhelp.wordpress.com/2009/01/24/how-to-find-hard-disk-serial-number/#comment-13</link>
		<dc:creator>Raghunath Bhandari</dc:creator>
		<pubDate>Thu, 26 Feb 2009 13:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://sqlhelp.wordpress.com/?p=302#comment-13</guid>
		<description>Yes it is simple form VB you can use GetSerialNumber function to get HD serial number

:)
Raghu</description>
		<content:encoded><![CDATA[<p>Yes it is simple form VB you can use GetSerialNumber function to get HD serial number</p>
<p> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Raghu</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server Date Formats CAST and CONVERT by Phil</title>
		<link>http://sqlhelp.wordpress.com/2008/10/03/149/#comment-12</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Thu, 26 Feb 2009 12:06:25 +0000</pubDate>
		<guid isPermaLink="false">http://sqlhelp.wordpress.com/?p=149#comment-12</guid>
		<description>Brilliant! I had been wondering about the British formats - was trying to convert dd/mm/yy but format 103 was not working. 

Nobody explained that I should use format 3 - until now!

Thanks!</description>
		<content:encoded><![CDATA[<p>Brilliant! I had been wondering about the British formats &#8211; was trying to convert dd/mm/yy but format 103 was not working. </p>
<p>Nobody explained that I should use format 3 &#8211; until now!</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server Date Formats CAST and CONVERT by Phil</title>
		<link>http://sqlhelp.wordpress.com/2008/10/03/149/#comment-11</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Thu, 26 Feb 2009 12:06:25 +0000</pubDate>
		<guid isPermaLink="false">http://sqlhelp.wordpress.com/?p=149#comment-11</guid>
		<description>Brilliant! I had been wondering about the British formats - was trying to convert dd/mm/yy but format 103 was not working. 

Nobody explained that I should use format 3 - until now!

Thanks!</description>
		<content:encoded><![CDATA[<p>Brilliant! I had been wondering about the British formats &#8211; was trying to convert dd/mm/yy but format 103 was not working. </p>
<p>Nobody explained that I should use format 3 &#8211; until now!</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to SQL by Raghunath Bhandari</title>
		<link>http://sqlhelp.wordpress.com/2008/01/01/introduction-to-sql/#comment-8</link>
		<dc:creator>Raghunath Bhandari</dc:creator>
		<pubDate>Thu, 05 Feb 2009 10:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://sqlhelp.wordpress.com/?p=4#comment-8</guid>
		<description>HI,

Yes, I think non ITian also can learn this language, it is a simple and easy to understand.

Thanks
Raghu</description>
		<content:encoded><![CDATA[<p>HI,</p>
<p>Yes, I think non ITian also can learn this language, it is a simple and easy to understand.</p>
<p>Thanks<br />
Raghu</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to SQL by VG for MS SQL</title>
		<link>http://sqlhelp.wordpress.com/2008/01/01/introduction-to-sql/#comment-7</link>
		<dc:creator>VG for MS SQL</dc:creator>
		<pubDate>Thu, 05 Feb 2009 10:03:56 +0000</pubDate>
		<guid isPermaLink="false">http://sqlhelp.wordpress.com/?p=4#comment-7</guid>
		<description>Hey Raghu.. Your site contains loads of useful information. I am not much aware about the languages, but it seems you are having good knowledge. 
Can an non ITian learn the languages??? I mean just by reading your blogs or some tutorials.. Is it possible??</description>
		<content:encoded><![CDATA[<p>Hey Raghu.. Your site contains loads of useful information. I am not much aware about the languages, but it seems you are having good knowledge.<br />
Can an non ITian learn the languages??? I mean just by reading your blogs or some tutorials.. Is it possible??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to find hard disk serial number ? by Authentication and Permission</title>
		<link>http://sqlhelp.wordpress.com/2009/01/24/how-to-find-hard-disk-serial-number/#comment-6</link>
		<dc:creator>Authentication and Permission</dc:creator>
		<pubDate>Thu, 05 Feb 2009 09:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://sqlhelp.wordpress.com/?p=302#comment-6</guid>
		<description>Its not that hard.. I think I can do that..
Thanks Raghu for sharing this..</description>
		<content:encoded><![CDATA[<p>Its not that hard.. I think I can do that..<br />
Thanks Raghu for sharing this..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sub Query Update by update subquery &#124; keyongtech</title>
		<link>http://sqlhelp.wordpress.com/2008/12/19/sub-query-update/#comment-4</link>
		<dc:creator>update subquery &#124; keyongtech</dc:creator>
		<pubDate>Sun, 18 Jan 2009 17:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://sqlhelp.wordpress.com/?p=208#comment-4</guid>
		<description>[...] update subquery     This may help you:  http://sqlhelp.wordpress.com/2008/12...-query-update/  Raghu MCP                                 &#171; Need to optimize query... &#124; Calculation to [...]</description>
		<content:encoded><![CDATA[<p>[...] update subquery     This may help you:  <a href="http://sqlhelp.wordpress.com/2008/12...-query-update/" rel="nofollow">http://sqlhelp.wordpress.com/2008/12&#8230;-query-update/</a>  Raghu MCP                                 &laquo; Need to optimize query&#8230; | Calculation to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server Settings Optimization Tips by SQL SERVER HELP &#171; using &#8230;</title>
		<link>http://sqlhelp.wordpress.com/2008/12/01/sql-server-settings-optimization-tips/#comment-3</link>
		<dc:creator>SQL SERVER HELP &#171; using &#8230;</dc:creator>
		<pubDate>Tue, 02 Dec 2008 08:57:42 +0000</pubDate>
		<guid isPermaLink="false">http://sqlhelp.wordpress.com/?p=75#comment-3</guid>
		<description>[...] http://sqlhelp.wordpress.com/2008/12/01/sql-server-settings-optimization-tips/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://sqlhelp.wordpress.com/2008/12/01/sql-server-settings-optimization-tips/" rel="nofollow">http://sqlhelp.wordpress.com/2008/12/01/sql-server-settings-optimization-tips/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to SQL by Rakesh Bista</title>
		<link>http://sqlhelp.wordpress.com/2008/01/01/introduction-to-sql/#comment-2</link>
		<dc:creator>Rakesh Bista</dc:creator>
		<pubDate>Mon, 01 Dec 2008 11:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://sqlhelp.wordpress.com/?p=4#comment-2</guid>
		<description>HI Raghu,

Really nice site thanks :)

Rakesh
MCP</description>
		<content:encoded><![CDATA[<p>HI Raghu,</p>
<p>Really nice site thanks <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Rakesh<br />
MCP</p>
]]></content:encoded>
	</item>
</channel>
</rss>
