ntext/text/image datatypes in SQL server 2016 CTP 3

久未见 提交于 2019-12-13 09:45:41

问题


I am using SQL server 2016 CTP 3, as per documentation, ntext/text/image datatypes are not supported but I tested this by creating new DB and all these datatype still works.

Database compatibility mode is SQL server 2016.

Am I missing something?


回答1:


As per MSDN those data types are deprecated, not removed. They will be removed in a future version but will still be usable in 2016. So this is just a strong message not to use them in anything new.



来源:https://stackoverflow.com/questions/36123601/ntext-text-image-datatypes-in-sql-server-2016-ctp-3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!