• Hi Paul,

    I remember we have a discussion on splitting function, do you remember too 🙂

    In fact I could not measure how fast my split functions are.

    I have also coded a recursive cte sql split function too. I guess it will not perform very good too. But I enjoy solving a problem using different methods.

    By the way thanks for the link. I must say that I did not surprise to see the CLR is performing very well. Because splitting is not actually a database action. That is programming. And I do not expect sql engine to be very fast at row based actions, etc. But I expect it to be good at table level query commands.