开发者

SQL Server 2008: NVarChar(4000)

For a plain text field, how many characters is nvarchar(4000)?

Thanks开发者_如何学Go!


in sql server 2008, you can also used nvarchar(max), which behaves like a text field, and is not limited to 4000 characters...


Varying (up to 4000) as the name suggests!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜