T-SQL Procure registros com um valor hexadecimal em um campo de texto

where  CONVERT(varbinary(202), Description) like '%' + char(0xFD) + char(0xFF) +'%'
Geert Neukermans