SQL Server Error Code – 8305 the text in row feature will be removed
In this blog post, you’ll learn more about the SQL Server Error Code 8305 and the error message description that is shown
SQL Server Error Code
8305
SQL Server Error Description for the Code :8305
The TEXT IN ROW feature will be removed in a future version of SQL Server. Avoid using sp_tableoption for TEXT IN ROW option in new development work, and plan to modify applications that currently use the text in row option. The preferred method of storing large data is through use of the varchar(max), nvarchar(max) and varbinary(max) data types.
Leave Your Comment