Hi all,
I need to match urls against emails based on domains and I've decided the best way to go is to remove the http/ from the URLs the remove the name@ bit of the emails - then match.
The trouble is, I can't work out how to get SQL server to remove all characters from the start of the string up to and including the '@'
can anyone help???
thanks
C
I need to match urls against emails based on domains and I've decided the best way to go is to remove the http/ from the URLs the remove the name@ bit of the emails - then match.
The trouble is, I can't work out how to get SQL server to remove all characters from the start of the string up to and including the '@'
can anyone help???
thanks
C