Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to brake a string into smaller substrings inside a stored proc...

Status
Not open for further replies.

Plato2

Programmer
Dec 6, 2002
192
US
I want to write a stored procedure that recieves 2 param. and both are char. And one of the strings has words separeted by commas. So how can I brake this string into words.
Thanks in advance
 
You should post questions regarding MS SQL Server in forum183. That is the SQL Serer forum. If you do a keyword search in the SQL Server forum for "parse" or "delimited string". If you use SQL 2000, there is downloadable function, fn_split that is useful for parsing.

See thread183-325653 and thread183-292139. Terry L. Broadbent - DBA
Computing Links:
faq183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top