![]() ![]() ![]() |
Ispirer SQLWays Database Migration Software
text and ntext
Variable-length character strings.
text
Variable-length non-Unicode data in the code page of the server and with a maximum length of 2^31 - 1 (2,147,483,647) characters. Storage size is the actual length in bytes of the data entered.
ntext
Variable-length Unicode data with a maximum length of 2^30 - 1 (1,073,741,823) characters. Storage size, in bytes, is two times the number of characters entered.
![]() ![]() ![]() |