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

Full Text Search equivalent to like operator

$
0
0
Hi, 
I have some non sargable queries like below:

[code language="sql"][/code]
select * from dbo.test 
where name like '%john%'


Upon talking to the application team, I f

Viewing all articles
Browse latest Browse all 3145

Trending Articles