<?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 Aaron Lowe</title>
	<atom:link href="http://www.aaronlowe.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aaronlowe.net</link>
	<description>SELECT Thoughts FROM dbo.Brain</description>
	<lastBuildDate>Tue, 02 Feb 2010 01:33:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on SSIS CDC LSN Debugging nightmare introduction by SSIS CDC LSN Debugging nightmare second problem &#124; Aaron Lowe</title>
		<link>http://www.aaronlowe.net/archive/2009/12/ssis-cdc-lsn-debugging-nightmare-introduction/comment-page-1/#comment-48</link>
		<dc:creator>SSIS CDC LSN Debugging nightmare second problem &#124; Aaron Lowe</dc:creator>
		<pubDate>Tue, 02 Feb 2010 01:33:15 +0000</pubDate>
		<guid isPermaLink="false">/post/2009/12/16/SSIS-CDC-LSN-Debugging-nightmare-introduction.aspx#comment-48</guid>
		<description>[...] Intro [...]</description>
		<content:encoded><![CDATA[<p>[...] Intro [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ISNUMERIC maybe… 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" rel="nofollow">http://louiebaopro.spaces.live.com/blog/cns</a>!D0B9A22DC37EAE4F!130.entry</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ISNUMERIC maybe… 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>Comment on ISNUMERIC maybe… 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(&#8216;1D2&#8242;),ISNUMERIC(&#8216;D&#8217;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSIS Blog Post Thank you by Dan English</title>
		<link>http://www.aaronlowe.net/archive/2009/01/ssis-blog-post-thank-you/comment-page-1/#comment-28</link>
		<dc:creator>Dan English</dc:creator>
		<pubDate>Wed, 28 Jan 2009 07:45:11 +0000</pubDate>
		<guid isPermaLink="false">/post/2009/01/26/SSIS-Blog-Post-Thank-you.aspx#comment-28</guid>
		<description>No problem Ace!  I am glad to help out.  Don&#039;t forget to send everyone to the newly updated SSIS portal page http://msdn.microsoft.com/en-us/sqlserver/cc511477.aspx and I recently did a presentation this past week in MPLS if anyone is interested in additional information about SSIS.  I have some additional links, references, videos, presentation download (with more resorce links included in the download).  Check it out here http://tinyurl.com/bfsupn.  I have a couple of tips included in the posting too :).  Enjoy!</description>
		<content:encoded><![CDATA[<p>No problem Ace!  I am glad to help out.  Don&#8217;t forget to send everyone to the newly updated SSIS portal page <a href="http://msdn.microsoft.com/en-us/sqlserver/cc511477.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/sqlserver/cc511477.aspx</a> and I recently did a presentation this past week in MPLS if anyone is interested in additional information about SSIS.  I have some additional links, references, videos, presentation download (with more resorce links included in the download).  Check it out here <a href="http://tinyurl.com/bfsupn" rel="nofollow">http://tinyurl.com/bfsupn</a>.  I have a couple of tips included in the posting too <img src='http://www.aaronlowe.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .  Enjoy!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
