I think making a dll in TSQL might be easier than a custom function
What I am trying to do is feed in a small string and it will filter some values out for me. This might be easier to do in visual studio than in a TSQL function. Here are some notes on my findings. I am simply feeding in “ABCD” and it will match the 2 letters […]