In sql Server, I need to split a string based on number. What would be the best way for that.
For example, I need to split below string
- I am looking for this query. 2. Can you please help. 3. I would really appreciate that.
the result I am looking for is
- I am looking for this answer.
- Can you please help.
- I would really appreciate that.
Thanks.
Quick and dirty, but it works. Plenty of room for optimizing if you wish