TSQL Email Validation (without regex)

Posted by Eric Z Beard on Stack Overflow See other posts from Stack Overflow or by Eric Z Beard
Published on 2008-10-23T14:00:19Z Indexed on 2010/05/11 10:24 UTC
Read the original article Hit count: 343

Filed under:
|
|

Ok, there are a million regexes out there for validating an email address, but how about some basic email validation that can be integrated into a TSQL query for Sql Server 2005?

I don't want to use a CLR procedure or function. Just straight TSQL.

Has anybody tackled this already?

© Stack Overflow or respective owner

Related posts about tsql

Related posts about sql-server