So I was handed a VERY complex script simply to turn into a pipe delimited file. The problem is that I cant seem to trim anything that used substring. for example I have tried all of these with no ...
Often times, I work with a stored procedure that takes a complex input and does some work with it. By complex, I usually mean at least one value passed in that contains a non-specific number of values ...