Hi,
I created a table which has a column of datatype text.
CREATE TABLE TABTEXT
(
EMail TEXT
)
But when I check the length of this field using sp_help, it showing the length of this field as 16.
Column_name Type Computed Length
-------------- ------ ----------- ------------
EMail text no
16
Can anybody tell me what this
16 is?