Author: SSWUG Research

Community

URL Decoding in pure T-SQL

(orinoco77) This is a short article on how to perform URLDecoding in T-SQL. It’s something I recently had to do and I struggled to find an adequate solution in the public domain, so I decided to write my own. The way it is done is somewhat unusual in that the hexadecimal numbers that denote encoded

Community

Regular Expression Classes in .Net

(Peter Aitken) Regular expressions are a powerful tool for matching, validating, and manipulating text. In the first article of this series, we looked at the elements and syntax of regular expressions and saw how you can use regular expressions to define templates to match any imaginable text elemen