Hi
I have installed trial version of SQL Server 2008. For my full text search requirement,
Created two relational tables and populated with data
Created a full text catalog with two tables
Enabled Full Text Search and made a key indexed
Developed a stored procedure to populate data from two tables with FREETEXT predicate
First couple of times it throws an error and later no error
Word breaking timed out for the full-text query string. This can happen if the wordbreaker took a long time to process the full-text query string,
or if a large number of queries are running on the server.
Try running the query again under a lighter load.
Tried following workarounds but the issue was not resolved:
1. I Verifed fdhost.exe is up and running
2. Restarted database instance
Any Help is greatly appreciated!!
Thanks
Prabhakar