Hello,
I am interested is NVarchar(MAX) a good data type is I want to store short unicode strings which are 1-50 characters long, but most of them (more than 90%) are 5-10 characters long?
The column will not be used in comparison and ordering queries. It might be added to index as included column. Expected rows count - more than 10M.
Any recommendations? Thank you in advance!