Cannot use a CONTAINS or FREETEXT predicate on table or indexed view

Unanswered Cannot use a CONTAINS or FREETEXT predicate on table or indexed view

  • Wednesday, July 22, 2009 8:08 PM
     
     
    Hello

    I'm getting the below error when I perform a FREETEXT search on my table that is full-text indexed, populated.

    Msg 7601, Level 16, State 2, Line 3
    Cannot use a CONTAINS or FREETEXT predicate on table or indexed view 'Production.ProductDescription' because it is not full-text indexed.

    Thank you

All Replies

  • Friday, July 24, 2009 11:13 AM
     
     
    what does your query look like?
    looking for a book on SQL Server replication? http://www.nwsu.com/0974973602.html looking for a book on SQL Server 2008 Administration? http://www.amazon.com/Microsoft-Server-2008-Management-Administration/dp/067233044X looking for a book on SQL Server 2008 Full-Text Search? http://www.amazon.com/Pro-Full-Text-Search-Server-2008/dp/1430215941
  • Sunday, September 25, 2011 8:08 AM
     
     

    I solved these kind of Problems:

    On subscriber DB before setting subscription:first run sp_fulltext_database enable

    Changed Publication Artcile property: replicate full text indexes

    chnage native mode: publication property.

    and installing full text components or feature on subscribers.


    Manish
  • Monday, September 26, 2011 11:23 AM
     
     
    Manish - there is no indication that replication is involved in the original query.
    looking for a book on SQL Server 2008 Administration? http://www.amazon.com/Microsoft-Server-2008-Management-Administration/dp/067233044X looking for a book on SQL Server 2008 Full-Text Search? http://www.amazon.com/Pro-Full-Text-Search-Server-2008/dp/1430215941