Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
jenzhen99
Starting Member
3 Posts |
Posted - 2012-11-30 : 08:47:29
|
Hi,I have a column with long text, which I would like to split into columns text1, text2, etc by making a split every 250 characters. Then I would like to save text1, text2, etc together with one other variable as a new table. I've tried to write a script (I guess I'll just need 2 lines really?) with which I can implement that in SQL Browser, but haven't succeeded so far. Would anyone know how to do this?Thanks so much, JZ |
|
nigelrivett
Master Smack Fu Yak Hacker
3385 Posts |
|
|
|
|