Getting this error
Cannot use a CONTAINS or FREETEXT predicate on column 'data' because it is not full-text indexed.
When in SQL Server Management Studio I go into design of the table, right-click a column and select "Fulltext Index..." I can see that column "data" is in fact full-text indexed.
What's going on? I created the index using the wizard (right-clicked the table > full text index > define full text index...).
I've made sure I've populated the index fully.