Reasons for sticking with TEXT, NTEXT and IMAGE instead of (N)VARCHAR(max) and VARBINARY(max)

Posted by John Assymptoth on Stack Overflow See other posts from Stack Overflow or by John Assymptoth
Published on 2012-10-24T22:58:23Z Indexed on 2012/10/24 23:00 UTC
Read the original article Hit count: 153

TEXT, NTEXT and IMAGE have been deprecated a long time ago and will, eventually, be removed from SQL Server.

However, they are not going to be discontinued right away, not even in the next version of SQL Server, so it's not convenient for my enterprise to transform thousands of columns right away, even if it is using SQL Server 2012.

What arguments can I use to postpone this migration?

I know there are some advantages in using the new types. But I'm strictly looking for reasons not to migrate my data that is already functioning pretty well in the old types.

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about deprecated