BP009

Avoid variable-size types of length 1 or 2

You have used a variable-size datatype (NVARCHAR , VARCHAR or BINARY) of length 1 or 2.

Very small CHAR and BINARY values are more economically stored than their variable-size equivalents. Specify the datatype of the fixed-size version.



Didn't find what you were looking for?