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 |
|
benko
Starting Member
24 Posts |
Posted - 2004-11-03 : 13:07:22
|
| I have a column that has multiple values, so what function is available for me to seperate them, like search for the comma. Thanks in advance(ie): column ----------- 0, someword, etc |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2004-11-03 : 13:27:28
|
| At least one of these should help:http://www.sqlteam.com/searchresults.asp?SearchTerms=csv |
 |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2004-11-03 : 13:30:31
|
| http://www.nigelrivett.net/ParseCSVString.html==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|
|