SQL Server CONTAINSTABLE working well but failing on a table

155 Views Asked by At

I am having problems with Fulltext search on SQL Server 2008 R2. Basically I use CONTAINSTABLE and all works well with my tables but for some reason fails to return rows on one of the tables I am searching in.

I tried recreating the catalog and even recreating the table but no luck. Could this be a corrupt catalog or database?

1

There are 1 best solutions below

0
On BEST ANSWER

Recreating the database from scratch through scripts sorted this out. The database must have been corrupt.