As a result of Googling, it turns out that both LIKE
operator and CHARINDEX()
function search only first 8K of varchar(max) column.
- Is this a correct statement?
- If so, how to search for a substring in full text of varchar(max) column without enabling full text search feature (if this even makes sense)?
UPDATE: Search beyond 8K doesn't work for me on SQL Server 2008 (10.0.5538.0).