SQL Server Error Code – 8397 the text, ntext, and image data types wi
In this blog post, you’ll learn more about the SQL Server Error Code 8397 and the error message description that is shown
SQL Server Error Code
8397
SQL Server Error Description for the Code :8397
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.
Leave Your Comment