Subject Re: UNICODE_FSS problems
Author janaleman
> UNICODE_FSS characters are 3 bytes long, and WIN1252 characters
are 1
> byte long. So, basically divide the value above by 3 minus a few
> bytes. The maximum that I can hit is a length of 80 characters(240
> bytes), if I create an index on that field.

I have three columns each varchar(50), I use a 16k page size so
according to the max index size it shouldnt be a problem,
unfortunately it is.