When i execute the following sql, nothing happens:
select * from docs where freetext(*, 'my search string')
I know that ‘my search string’ is in a field in a table.
The table docs is added to my catalog. The field to search in contains html content.
Ensure that your catalog is up-to-date. Full Text catalogs have to be updated, either with an incremental update or a full population. SQL Server 2005 also has automatically updating catalogs, but they are not set to this by default and these have serious performance implications.