akbarbuneri

Stories submitted by akbarbuneri

Regular Expressions Make Pattern Matching And Data Extraction Easier(magvs.dns.microsoft.com:8085)

submitted by akbarbuneriakbarbuneri(10) 4 years, 1 month ago

Although T-SQL is extremely powerful for most data processing, it provides little support for text analysis or manipulation. Attempting to perform any sophisticated text analysis using the built-in string functions results in massively large functions and stored procedures that are difficult to debug and maintain. Is there a better way? read more...

add a comment |category: |Views: 17

tags: another