How to Split the string in sql server?
by
Spidy
on
May 19, 2011
Category:
Sql Server
|
Views:
436
|
Points:
5
|
Silver ★
|
Reply
|
|
Hi,
I want to split the string and store into the database. Means that i have stored procedure with one parameter, this procedure executed from asp.net application. The parameter values have lot of names separated with comma. Split these names and store into the sql server database. Any suggestions.
Bookmark and Share:
|
|