对应关系:
| varchar(max) | text* [ 2^30 - 1 (1,073,741,823) characters ] |
| nvarchar(max) | ntext* [ 2^31-1 (2,147,483,647) characters/bytes ] |
| varbinary(max) | image [ 2^31-1 (2,147,483,647) bytes ] |
| varchar(max) | text* [ 2^30 - 1 (1,073,741,823) characters ] |
| nvarchar(max) | ntext* [ 2^31-1 (2,147,483,647) characters/bytes ] |
| varbinary(max) | image [ 2^31-1 (2,147,483,647) bytes ] |
相关文章: