Full text search on IMAGE columns

In SQL Server 2000, I am storing all my Word, Excel, pdb, etc. files into one single field, with data type Image. Now I want to search for a particular word or group of words and display only those documents. I tried through text full search, but it only supports text column.

    Requires Free Membership to View

Full text supports searching non-text files located in blob fields through the use of filters. When you use sp_fulltext_column you can specify then name of the column which contains the file type. In this column you specify the format of the file contained within the IMAGE columns (.doc, .xls, .ppt, .txt or .htm by default). Download the revised edition of Books Online from Microsoft and search for the "filtering supported file types" topic.

 

For More Information

This was first published in November 2002

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.