SQL Server 2016 CTP 3 中的 ntext/text/image 数据类型
问题描述:
我使用的是 SQL Server 2016 CTP 3,根据文档,不支持 ntext/text/image 数据类型,但我通过创建新数据库对此进行了测试,所有这些数据类型仍然有效.
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.
数据库兼容模式为 SQL server 2016.
Database compatibility mode is SQL server 2016.
我错过了什么吗?
答
根据 MSDN 那些数据类型已弃用,未删除.它们将在未来的版本中被删除,但在 2016 年仍然可以使用.所以这只是一个强烈的信息,不要在任何新的东西中使用它们.
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.