asp.net - Maximum words we can enter in table column -


i trying add more 4000 latter in sqlserver database table column not able max latter nvarchar 4000 only

how can add more 4k latter , data type should use?

modify column : nvarchar(max)

nvarchar(max)

variable-length unicode string data. n defines string length , can value 1 through 4,000. max indicates maximum storage size 2^31-1 bytes (2 gb). storage size, in bytes, 2 times actual length of data entered + 2 bytes. iso synonyms nvarchar national char varying , national character varying.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -