A couple of weeks ago, I posted about using User Defined functions and Cross Apply to parse data in SQL server . The second part of the import I was working on required me to take that parsed data, perform some manipulations, and then recombine that data. Surprisingly, I found that putting that data...