Table Data
----------------------------
jalapeño jam
----------------------------
jalapeño jams
----------------------------
Finding data with like 'jalapeñ'
is the result gives successfully.
But when I am finding with 'jalapen'
It does not give any result.
My Query
SELECT TOP 50 Id,Name AS Keyword
FROM Keywords (NOLOCK)
WHERE Name like N'%jalapen%'`