Full-text search indexes words at word boundaries. With a like it will do a
pattern match. So full-text will return hits to x2000, whereas your like
statement will return hits to x20001, or wwwx2000.

Signature
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
> Running
>
[quoted text clipped - 19 lines]
> ItemCount.
> Whats wrong in my setup
Henrik Juel - 20 Feb 2007 19:11 GMT
Thx for the answer.
Just realised the difference from like and freetext which from the beginning
should have been obvious for me.
Too bad that there are no possiblity for using search in between
wordsboundaries by Full-text. Maeby I go for a mix of <Like> and <Freetext>
in a union complex.
Henrik
> Full-text search indexes words at word boundaries. With a like it will do
> a pattern match. So full-text will return hits to x2000, whereas your like
[quoted text clipped - 23 lines]
>> ItemCount.
>> Whats wrong in my setup