asp.net - SQL Datatype for LONG text Strings -


what appropriate datatype long strings of text. essentially, 3 normal english paragraphs.

ntext gives me 128 limit error nvarchar gives me 128 limit error text truncates , picks first 1/3

my host usign older version of sql, not have nvarchar(max) @ disposal.

sql


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -