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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 comma sepatated string split function

Author  Topic 

alxtech
Yak Posting Veteran

66 Posts

Posted - 2007-04-27 : 12:55:58
I need a split string function to sepatate the a string pass to a store procedure separated by commas and compare the value using the
%ike% statement with a field in data base also separated by commas

dinakar
Master Smack Fu Yak Hacker

2507 Posts

Posted - 2007-04-27 : 13:00:52
Check if this helps: http://weblogs.sqlteam.com/dinakar/archive/2007/03/28/60150.aspx

Dinakar Nethi
SQL Server MVP
************************
Life is short. Enjoy it.
************************
http://weblogs.sqlteam.com/dinakar/
Go to Top of Page

alxtech
Yak Posting Veteran

66 Posts

Posted - 2007-04-27 : 13:02:39
i checked that one but it is confusing
Go to Top of Page

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2007-04-27 : 14:57:34
What is wrong with the answers you got here?
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=82713


Peter Larsson
Helsingborg, Sweden
Go to Top of Page
   

- Advertisement -