<?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 on: SQL SERVER &#8211; UDF &#8211; Validate Integer Function</title>
	<atom:link href="http://blog.sqlauthority.com/2007/08/11/sql-server-udf-validate-integer-function/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/08/11/sql-server-udf-validate-integer-function/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 09 Feb 2012 10:31:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: chandu</title>
		<link>http://blog.sqlauthority.com/2007/08/11/sql-server-udf-validate-integer-function/#comment-244522</link>
		<dc:creator><![CDATA[chandu]]></dc:creator>
		<pubDate>Fri, 27 Jan 2012 12:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/11/sql-server-udf-validate-integer-function/#comment-244522</guid>
		<description><![CDATA[Hi Pinal,
Thank you for the UDF,I have a similar requirement for validating for  numbers .my requirement is to check a varchar has got only numbers ,we are validating for telephone column and we are not strictly to be a valid telephone number,all we require is a number not any other charecters or wild charecters,is there any function to do this.I have tried regular expressions but no luck and performence is very bad.

Many Thanks
Chandu]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
Thank you for the UDF,I have a similar requirement for validating for  numbers .my requirement is to check a varchar has got only numbers ,we are validating for telephone column and we are not strictly to be a valid telephone number,all we require is a number not any other charecters or wild charecters,is there any function to do this.I have tried regular expressions but no luck and performence is very bad.</p>
<p>Many Thanks<br />
Chandu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/08/11/sql-server-udf-validate-integer-function/#comment-60668</link>
		<dc:creator><![CDATA[Madhivanan]]></dc:creator>
		<pubDate>Thu, 04 Feb 2010 15:08:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/11/sql-server-udf-validate-integer-function/#comment-60668</guid>
		<description><![CDATA[Another one
http://beyondrelational.com/blogs/madhivanan/archive/2007/08/27/enhanced-isnumeric-function.aspx

Madhivanan]]></description>
		<content:encoded><![CDATA[<p>Another one<br />
<a href="http://beyondrelational.com/blogs/madhivanan/archive/2007/08/27/enhanced-isnumeric-function.aspx" rel="nofollow">http://beyondrelational.com/blogs/madhivanan/archive/2007/08/27/enhanced-isnumeric-function.aspx</a></p>
<p>Madhivanan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQLAuthority News - Best Articles on SQLAuthority.com Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2007/08/11/sql-server-udf-validate-integer-function/#comment-47236</link>
		<dc:creator><![CDATA[SQLAuthority News - Best Articles on SQLAuthority.com Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Tue, 24 Feb 2009 12:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/11/sql-server-udf-validate-integer-function/#comment-47236</guid>
		<description><![CDATA[[...] SQL SERVER - UDF - Validate Integer Function [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER &#8211; UDF &#8211; Validate Integer Function [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans</title>
		<link>http://blog.sqlauthority.com/2007/08/11/sql-server-udf-validate-integer-function/#comment-46062</link>
		<dc:creator><![CDATA[Hans]]></dc:creator>
		<pubDate>Wed, 28 Jan 2009 12:20:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/11/sql-server-udf-validate-integer-function/#comment-46062</guid>
		<description><![CDATA[Hi Pinalkumar

I just tested on 2 different instances and cannot confirm your results. NumericTest always return 1. Something seems wrong here.

SQL Server 2005, my @@VERSION:

Microsoft SQL Server 2005 - 9.00.3068.00 (Intel X86)   Feb 26 2008 18:15:01 
Copyright (c) 1988-2005 Microsoft Corporation  Express Edition on Windows NT 5.2 (Build 3790: Service Pack 2)

Microsoft SQL Server 2005 - 9.00.4035.00 (Intel X86)   Nov 24 2008 13:01:59
Copyright (c) 1988-2005 Microsoft Corporation  Standard Edition on Windows NT 6.0 (Build 6001: Service Pack 1)]]></description>
		<content:encoded><![CDATA[<p>Hi Pinalkumar</p>
<p>I just tested on 2 different instances and cannot confirm your results. NumericTest always return 1. Something seems wrong here.</p>
<p>SQL Server 2005, my @@VERSION:</p>
<p>Microsoft SQL Server 2005 &#8211; 9.00.3068.00 (Intel X86)   Feb 26 2008 18:15:01<br />
Copyright (c) 1988-2005 Microsoft Corporation  Express Edition on Windows NT 5.2 (Build 3790: Service Pack 2)</p>
<p>Microsoft SQL Server 2005 &#8211; 9.00.4035.00 (Intel X86)   Nov 24 2008 13:01:59<br />
Copyright (c) 1988-2005 Microsoft Corporation  Standard Edition on Windows NT 6.0 (Build 6001: Service Pack 1)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinicius Souza</title>
		<link>http://blog.sqlauthority.com/2007/08/11/sql-server-udf-validate-integer-function/#comment-22280</link>
		<dc:creator><![CDATA[Vinicius Souza]]></dc:creator>
		<pubDate>Sat, 24 Nov 2007 12:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/11/sql-server-udf-validate-integer-function/#comment-22280</guid>
		<description><![CDATA[Hi,

I test value &#039;1a&#039; and function return 1; (error)

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I test value &#8217;1a&#8217; and function return 1; (error)</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER - UDF - Validate Positive Integer Function - Validate Natural Integer Function Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2007/08/11/sql-server-udf-validate-integer-function/#comment-13133</link>
		<dc:creator><![CDATA[SQL SERVER - UDF - Validate Positive Integer Function - Validate Natural Integer Function Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Tue, 18 Sep 2007 14:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/11/sql-server-udf-validate-integer-function/#comment-13133</guid>
		<description><![CDATA[[...] 18th, 2007 by pinaldave    Few days ago I wrote SQL SERVER - UDF - Validate Integer Function. It was very interesting to write this and developers at my company started to use it. One Jr. DBA [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 18th, 2007 by pinaldave    Few days ago I wrote SQL SERVER &#8211; UDF &#8211; Validate Integer Function. It was very interesting to write this and developers at my company started to use it. One Jr. DBA [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fawaz</title>
		<link>http://blog.sqlauthority.com/2007/08/11/sql-server-udf-validate-integer-function/#comment-8345</link>
		<dc:creator><![CDATA[fawaz]]></dc:creator>
		<pubDate>Sun, 19 Aug 2007 11:17:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/11/sql-server-udf-validate-integer-function/#comment-8345</guid>
		<description><![CDATA[Gents,

thanks for this script , i were searching for script like this

thanks]]></description>
		<content:encoded><![CDATA[<p>Gents,</p>
<p>thanks for this script , i were searching for script like this</p>
<p>thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

