GeekArticles
Database
SQL ServerRegular Expression Transformation
Author: sqlis.com |
Published: 2nd Jan 2007 |
Visited: 126 times |
Add CommentFiled in: SQL ServerThe regular expression transformation exposes the power of regular expression matching within the pipeline. One or more columns can be selected, and for each column an individual expression can be applied. If all columns selected pass their tests then rows are passed down the successful match output. Rows that fail to pass all tests are directed down the alternate output. . This transformation...
Read Article Sponsored Links
Related Articles