I have a varbinary field which is 1024 bytes( it represents a fingerprint scan). We need to have a way to index the field for searches but the limit for an index is 900 bytes. Is there any type of conversion anyone can think of that I can use as a computed column to get below the 900 byte limit. Any ideas appreciated