The TEXT, NTEXT, and IMAGE data types will be removed in a future version of SQL Server. Avoid using them in new development ...

The TEXT, NTEXT, and IMAGE data types will be removed in a future version of SQL Server. Avoid using them in new development work, and plan to modify applications that currently use them. Use the varchar(max), nvarchar(max), and varbinary(max) data types instead.