How To Use Regular Expressions for Data Validation and Cleanup

Posted on SQL Server Central See other posts from SQL Server Central
Published on Thu, 03 Mar 2011 07:00:00 UT Indexed on 2011/03/03 7:30 UTC
Read the original article Hit count: 488

Filed under:
You need to provide data validation at the server level for complex strings like phone numbers, email addresses, etc. You may also need to do data cleanup / standardization before moving it from source to target. Although SQL Server provides a fair number of string functions, the code developed with these built-in functions can become complex and hard to maintain or reuse.
SQL Monitor The Future of SQL Server Monitoring
"Being web-based, SQL Monitor 2.0
enables you to check on your servers
from almost any location" Jonathan Allen.
Try SQL Monitor now.

© SQL Server Central or respective owner