查看: 1295|回复: 2
|
SQL Express 2005 data type
[复制链接]
|
|
SQL Express 2005 的 其中一个 datatype 是 nvarchar(MAX), 想问下, 这个nvarchar(MAX)最多可以放多少个char进去啊?? |
|
|
|
|
|
|
|
发表于 14-11-2007 12:46 PM
|
显示全部楼层
看網站是寫
Use varchar(max), nvarchar(max), and varbinary(max) data types instead of text, ntext, and image data types.
now in SQL Server 2005 they have enhanced varchar, nvarchar &varbinary as varchar(max), nvarchar(max) & varbinary(max). So nowthey can hold upto 2^31-1 bytes (it would come to approx 2 GB).
|
|
|
|
|
|
|
|

楼主 |
发表于 14-11-2007 10:10 PM
|
显示全部楼层
|
|
|
|
|
|
| |
本周最热论坛帖子
|