Sameeksha,
Since this is varbinary(max) I do not believe that the standard text parser
will work on it.
Have you made sure that the document extension is stored in an additional
column (referred to as a document type column), and that your full-text
index is configured to use this document type column? If so, then you would
have values like doc for Word documents, xls for Excel Spreadsheets, pdf for
PDFs, and so on.
Also, you need iFilters for some datatypes that are not natively supported
by SQL Server. For example, Adobe has an iFilter for PDFs.
RLF
> Hi
>
[quoted text clipped - 11 lines]
>
> Any insights into this issue?