Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I need to index a column that stores HTML data and I want to ignore the markup. Here's what I know:

  1. Store the column as varbinary(MAX)

  2. Set its associated file type to ".html"

  3. Enable full-text searching on the column.

This might be a dumb question, but I can't figure out step 2. How do I associate a varbinary(MAX) column as ".html"? I've verified that I have the HTML filter installed.

share|improve this question
1  
It's part of CREATE FULLTEXT INDEX – Pondlife Feb 19 at 21:10
Thanks... I was looking for a way to do it in Management Studio. That document describes it. Thank you! – Redtopia Feb 20 at 1:21

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.