Hi This is part of a sp to search on db. set @sql = @sql + N' and (summary like ''%' + @keywords + '%'')' but it doesnt find unicode cells of table. what should i do ?
Hi This is part of a sp to search on db. set @sql = @sql + N' and (summary like ''%' + @keywords + '%'')' but it doesnt find unicode cells of table. what should i do ?