To ignore the noise words in the query microsoft remommends to execute the following statements, by which we can take advantage of the new transformation of noise words in CONTAINS queries:
EXEC sp_configure 'show advanced options', 1
GO
RECONFIGURE
GO
EXEC sp_configure 'transform noise words', 1
GO
RECONFIGURE
GO
Did you restart the service, this is a non-runtime value, so you will have to restart the service to apply the change.
Jens K. Suessmeyer
http://www.sqlserver2005.de
I had restarted the Full Text Index Service, but still it did not work
Also tried re-starting SQL Service, still it did not work.
No comments:
Post a Comment