Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Thursday, August 3, 2017

Using PATINDEX To Determine If A String Is Alpha

SQLServerCentral » Latest topics
Using PATINDEX To Determine If A String Is Alpha
Hi Guys,
I'm trying to write an SQL Server function to determine if the value passed to the function is alpha.  The value would be a word.  Is it possible to use PATINDEX to accomplish this?  This is part of a larger process. 

No comments: