Hello
i'm using SQL 08 R2 to store my resume collection , i want Sql to find an Email in the MS WORD document and replace it with an empty string
so far I've succeeded to find the word using fullTextSearch
this my example for finding the documents that contain an email
SELECT document
FROM Resume
WHERE contains(document,'"%@%.com"');
i want to replace this email with an empty string ' meaning i want to delete it from the document
does anyone have an answer for me ?
Software/Hardware used:
SQL SERVER 2008 R2, MS OFFICE
ASKED:
January 4, 2011 3:52 PM
UPDATED:
January 4, 2011 8:26 PM
i’m building a Job Portal Project
so , if i can’t change it within SQL can I open in virtual and edit it by using sql
i need to do this automatic