- Feb 18, 2011
- 2,716
- 4
- 81
Trying to figure how to split a text string (addresses) from 1 big 100 maxcharacter into 2 50 character max columns. Basically the string is an address line, no delimits, has spaces only. So need to split up to 100 into 2 without knowing where the spaces are. I found some sample codes that I tried to use without success.. this is sql 2014, so it doesn't have the new split string feature (I been told).
Been trying to figure this out for a week now.. kinda giving up. If any one has suggestions.. I tried to find the code I originally found online but lost the website.
It does something like reverse (string)
string - (half);
reverse string - (half).
I'm not really sure but ill try to find it.
Been trying to figure this out for a week now.. kinda giving up. If any one has suggestions.. I tried to find the code I originally found online but lost the website.
It does something like reverse (string)
string - (half);
reverse string - (half).
I'm not really sure but ill try to find it.
