Re: CONTAINS not returning anything



I should perhaps add that we are talking about SQL Server 2000.

Also,

SELECT * FROM Problems P
WHERE P.start_date > '2006-9-27 0:0:0'
AND P.Title LIKE '%Install%'

seems to be working fine.

Andrew


.


Loading