Viewing 2 posts - 1 through 2 (of 2 total)
Atif-ullah Sheikh (9/16/2010)
you can find fnSplit on the net. just google it and you will find the code for it.
@bhatta
This is just an approach of performing a task...
September 16, 2010 at 4:35 am
#1222034
if you use function !!! write new fn_split_find and don't use cross apply .it's will be work more faste :-D)
select * from @mytbl where fn_split_find(likestring,@param) >0
September 16, 2010 at 2:40 am
#1221992