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?
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?
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.