Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Trim Non-Alpha characters from string

By Atif-ullah Sheikh, 2010/07/20

Here is the code to trim non-alpha charactersfrom the string. As you can see, this script uses tally table approach. Here is the use;

 

Select dbo.fnTrimNonAlphaCharacters('2131231Atif123123 234234Sheikh6546')

This will give the result 'Atif Sheikh', after trimming the no-alpha characters.

 



Total article views: 2240 | Views in the last 30 days: 6
 
Tags
string manipulation    
t-sql    
 
Contribute

Join the most active online SQL Server Community

SQL knowledge, delivered daily, free:

Email address:  

You make SSC a better place

As a member of SQLServerCentral, you get free access to loads of fresh content: thousands of articles and SQL scripts, a library of free eBooks, a weekly database news roundup, a great Q & A platform… And it’s our huge, buzzing community of SQL Server Professionals that makes it such a success.

Join us!

Steve Jones
Editor, SQLServerCentral.com

Already a member? Jump in:

Email address:   Password:   Remember me: Forgotten your password?
Steve Jones