I have String data. what is type of columns in sql server 2014 when length More than 150000 character
Asked
Active
Viewed 29 times
0
-
Maybe `LONGTEXT` – Truong Dang May 31 '18 at 06:05
-
1`VARCHAR(MAX)` can handle up to 2 billion characters (in theory), which would seem to cover your requirement. – Tim Biegeleisen May 31 '18 at 06:06