I'm having problems replicating a table that is full text enabled using SQL Server 2000 sp4. When I start the distribution agent I get the following error:
Cannot use a CONTAINS or FREETEXT predicate on table 'dbo.proposals' because it is not full-text indexed.
I have run sp_fulltext_database 'enable' on the subscriber. What do I need to do to get this working? Thank you.
Software/Hardware used:
ASKED:
August 4, 2008 6:13 PM
UPDATED:
August 4, 2008 7:47 PM
Check out my SQL Server blog “SQL Server with Mr Denny” for more SQL Server information.