Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

MS SQL Full Text Search - Ordering on joined “non indexed” column

$
0
0
I'm having an FTS with the following conditions.

SELECT .....
FROM Database.dbo.addressbook T 
LEFT OUTER JOIN Database.dbo.favorites F ON T.TargetMail = F.TargetMail
WHERE 1 = 1 
AND (@kw1 = '""' OR CONTAINS((T

Viewing all articles
Browse latest Browse all 3145

Trending Articles