开发者

SQL Server 2008: NVarChar(4000)

开发者 https://www.devze.com 2023-02-28 16:53 出处:网络
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

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

精彩评论

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