I have a var char column in SQL Server 2008 which is usually less than 100 bytes but in some cases can be huge up 5607 bytes. I need to index it, and I can't because the max index size in SQLServer is 900 bytes.
Is there any way in the world I can add any sort of an index to this column? For example, create an index on the first 900 bytes?
Thanks