FULL TEXT SEARCH ERROR SQLEXPRESS 2009 -
10-15-2009
, 01:54 PM
The first 1 or 2 times that I try to do a full text search (using CONTAINS(...
)), I get the following error:
An unhandled exception of type 'System.Data.SqlClient.SqlException' occurred
in System.Data.dll
Additional information: 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.
After that it starts working ok. I'm working from within Visual Studio 2008
and using SQLEXPRESS 2009 with advanced services. |