ntext/text/image datatypes in SQL server 2016 CTP 3
问题 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