Tagged Questions

1
vote
3answers
738 views

find a result from a .doc type that store in a varbinary(max) column

i want to write a query with Full-Text-Search on a column with varbinary(max) type that stored a .doc/.docx(MS-Word) file. my query must returns records that contain a word in stored file. is this ...