Wednesday, March 16, 2016

[Sql Server] Avoid using ntext , text, and image data types


From MSDN

ntext , text, 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. Use nvarchar(max), varchar(max), and varbinary(max) instead.




No comments:

Post a Comment