<?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 on: ISNUMERIC maybe…</title>
	<atom:link href="http://www.aaronlowe.net/archive/2009/09/isnumeric-maybe%e2%80%a6/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aaronlowe.net/archive/2009/09/isnumeric-maybe%e2%80%a6/</link>
	<description>SELECT my.Thoughts FROM Vendoran.dbo.Brain my</description>
	<lastBuildDate>Fri, 27 Jan 2012 15:45:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Louie Bao</title>
		<link>http://www.aaronlowe.net/archive/2009/09/isnumeric-maybe%e2%80%a6/comment-page-1/#comment-27</link>
		<dc:creator>Louie Bao</dc:creator>
		<pubDate>Fri, 23 Oct 2009 02:06:33 +0000</pubDate>
		<guid isPermaLink="false">/post/2009/09/30/ISNUMERIC-maybee280a6.aspx#comment-27</guid>
		<description>I&#039;ve recently written a blog post to &quot;play&quot; around with this system function.

isnumeric != isnumber
http://louiebaopro.spaces.live.com/blog/cns!D0B9A22DC37EAE4F!130.entry</description>
		<content:encoded><![CDATA[<p>I&#8217;ve recently written a blog post to &quot;play&quot; around with this system function.</p>
<p>isnumeric != isnumber<br />
<a href="http://louiebaopro.spaces.live.com/blog/cns!D0B9A22DC37EAE4F!130.entry" rel="nofollow">http://louiebaopro.spaces.live.com/blog/cns!D0B9A22DC37EAE4F!130.entry</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elsuket</title>
		<link>http://www.aaronlowe.net/archive/2009/09/isnumeric-maybe%e2%80%a6/comment-page-1/#comment-26</link>
		<dc:creator>elsuket</dc:creator>
		<pubDate>Mon, 12 Oct 2009 14:32:04 +0000</pubDate>
		<guid isPermaLink="false">/post/2009/09/30/ISNUMERIC-maybee280a6.aspx#comment-26</guid>
		<description>Hello,

The only way I found to check that a string contains only numbers is the second function I published on my blog :
http://blog.developpez.com/elsuket/p7726/snippets/une-fonction-d-extraction-des-nombres-co/</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>The only way I found to check that a string contains only numbers is the second function I published on my blog :<br />
<a href="http://blog.developpez.com/elsuket/p7726/snippets/une-fonction-d-extraction-des-nombres-co/" rel="nofollow">http://blog.developpez.com/elsuket/p7726/snippets/une-fonction-d-extraction-des-nombres-co/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQLDenis</title>
		<link>http://www.aaronlowe.net/archive/2009/09/isnumeric-maybe%e2%80%a6/comment-page-1/#comment-25</link>
		<dc:creator>SQLDenis</dc:creator>
		<pubDate>Fri, 02 Oct 2009 04:05:22 +0000</pubDate>
		<guid isPermaLink="false">/post/2009/09/30/ISNUMERIC-maybee280a6.aspx#comment-25</guid>
		<description>My friend George wrote the following post IsNumeric, IsInt, IsNumber http://blogs.lessthandot.com/index.php/DataMgmt/DataDesign/isnumeric-isint-isnumber

Some more fun

DECLARE @S VARCHAR(50)
    SET @S = CHAR(9) --- @S NOW CONTAINS THE TAB CHARACTER
    SELECT ISNUMERIC(@S), ISNUMERIC(CHAR(9)),ISNUMERIC(&#039;1D2&#039;),ISNUMERIC(&#039;D&#039;)</description>
		<content:encoded><![CDATA[<p>My friend George wrote the following post IsNumeric, IsInt, IsNumber <a href="http://blogs.lessthandot.com/index.php/DataMgmt/DataDesign/isnumeric-isint-isnumber" rel="nofollow">http://blogs.lessthandot.com/index.php/DataMgmt/DataDesign/isnumeric-isint-isnumber</a></p>
<p>Some more fun</p>
<p>DECLARE @S VARCHAR(50)<br />
    SET @S = CHAR(9) &#8212; @S NOW CONTAINS THE TAB CHARACTER<br />
    SELECT ISNUMERIC(@S), ISNUMERIC(CHAR(9)),ISNUMERIC(&#8217;1D2&#8242;),ISNUMERIC(&#8216;D&#8217;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

