Discussion about this post

User's avatar
Haripriya SB's avatar

The last example is not ‘instead of- use this’. I mentioned it to say to make careful use of wildcard characters. Using % at the beginning will make the query non-SARGable, so if you know what the first characters are, avoid using % sign as first character to make the query SARGable.

Expand full comment
Willem's avatar

Hi, very useful and concise article!

I think you made a typo in the Summary, where you write 'NOT, LIKE' in the Non-SARGable column. I presume that should be 'NOT LIKE', without the comma.

Willem

Expand full comment
2 more comments...

No posts