I\'m dealing with an annoying database where one field contains what really should be stored two separate fields. So the column is stored something like \"The first string~
The PatIndex function should give you the location of the pattern as a part of a string.
PATINDEX ( '%pattern%' , expression )
http://msdn.microsoft.com/en-us/library/ms188395.aspx