Finding phrases in Word document using SQL2005



Hi,
in my SQL2005 db I have a table, with an image column containing a Word
document. I have made a fulltext index on it.
When I search for a specific phrase, I would like to return a snippet
of the text where the searchcriteria was found.

Is this possible to do this in SQL2005?? Or should I try something
else?

Thanks in advance,
Steven

.