Subject | Re: UNICODE_FSS problems |
---|---|
Author | janaleman |
Post date | 2003-06-10T16:29:42Z |
> UNICODE_FSS characters are 3 bytes long, and WIN1252 charactersare 1
> byte long. So, basically divide the value above by 3 minus a fewI have three columns each varchar(50), I use a 16k page size so
> bytes. The maximum that I can hit is a length of 80 characters(240
> bytes), if I create an index on that field.
according to the max index size it shouldnt be a problem,
unfortunately it is.