我想知道sql Server 2008 R2中ntext和varchar的数据类型之间的基本区别.在什么情况下我应该使用ntext和varchar
解决方法
从
ntext,text,and image (Transact-SQL)开始,我认为应该关注的最大区别是
ntext,and image data types will be removed in a future version of Microsoft sql Server. Avoid using these data types in new development work,and plan to modify applications that currently use them.