Anybody have a nice tight and efficient SQL Server function that will return the fist string (terminated by a whitespace) following the first match of a given string.
I've got some code, but it's real ugly and probably slow.
For example, in In test 12545 file:x12545.jpg appears to be good
given file:
would return x12345.jpg
Thanks.