0

I have the string "safari no douro 4x4 atividade".

Why can't i get results from this query:

SELECT * FROM TABLE where CONTAINS(column,'4x4')

but i get results with:

SELECT * FROM TABLE where column like '%4x4%'

Any other word on that string gets me results. Full-Text-Index fully working.

Microsoft SQL Server 2005 - 9.00.5057.00 (X64)

0 Answers0