I'm doing a SQL Server full text search, but it is returning duplicate results.
I've tried to do a SELECT DISTINCT but it won't work because the page rank is unique for each record. I ORDER BY RANK so I need to select it.
Is there a Full Text Search option that I can use to stop duplicate records from being retured?
Thanks.
I've tried to do a SELECT DISTINCT but it won't work because the page rank is unique for each record. I ORDER BY RANK so I need to select it.
Is there a Full Text Search option that I can use to stop duplicate records from being retured?
Thanks.