English version of all error messages you can encounter while programming
  |   ABOUT


Localized version

TEXT IN ROW 기능은 나중 버전의 SQL Server에서 제거됩니다. 새 개발 작업에서는 TEXT IN ROW 옵션에 대해 sp_tableoption을 사용하지 말고, 현재 이 기능을 사용하는 응용 프로그램은 일반적으로 선호하는 대량 데이터 저장 방법인 varchar(max), nvarchar(max), varbinary(max) 데이터 형식을 사용하도록 수정하십시오.

Click to search this error in Google

English version

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.

Click to search this error in Google



Localized version
 Korean

Error category
 SQL Server

Other localized versions
11 versions





Copyright © dotmedias 2012 Launched in 2012, to help programmers finding solutions