Experts Exchange connects you with the people and services you need so you can get back to work.
Submit
DECLARE @search_string VARCHAR(100) DECLARE @needle VARCHAR(100) SET @needle = 's' SET @search_String = 'string in s1' SELECT @search_string, @needle, CHARINDEX(@needle, @search_string, 1+ charindex(@needle, @search_string) )
Select all Open in new window
select charindex('str','stringstr',charindex('str','stringstr')+1)
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
Please enter a first name
Please enter a last name
We will never share this with anyone. Privacy Policy
Must be at least 4 characters long.
Join and Comment
By clicking you are agreeing to Experts Exchange's Terms of Use.
From novice to tech pro — start learning today.
Premium members can enroll in this course at no extra cost.
Open in new window