I need to index a column that stores HTML data and I want to ignore the markup. Here's what I know:
Store the column as varbinary(MAX)
Set its associated file type to ".html"
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.