|
发表于 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).
|
|