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 |
keyursoni85
Posting Yak Master
233 Posts |
Posted - 2010-06-29 : 09:46:01
|
Hi,I have a values like.."XXX==4||LDL==testtest||PSP==S/e"Seperator is fix == and ||Now i need above string to table like first secondXXX 4LDL testtestPSP S/eplz help |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2010-06-29 : 10:05:27
|
Search for split function hereMadhivananFailing to plan is Planning to fail |
 |
|
keyursoni85
Posting Yak Master
233 Posts |
Posted - 2010-06-29 : 10:18:19
|
Thanks,can i have some example please ? |
 |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
keyursoni85
Posting Yak Master
233 Posts |
Posted - 2010-06-30 : 03:03:42
|
Thanks to you |
 |
|
|
|
|