SET TEXTSIZE (Transact-SQL)
SQL Server 2005
Specifies the size of varchar(max), nvarchar(max), varbinary(max), text, ntext, and image data returned by a SELECT statement.
Important: |
|---|
| ntext, text, and image data types will be removed in a future version of Microsoft SQL Server. Avoid using these data types in new development work, and plan to modify applications that currently use them. Use nvarchar(max), varchar(max), and varbinary(max) instead. For more information, see Using Large-Value Data Types. |
Transact-SQL Syntax Conventions
Reference
@@TEXTSIZE (Transact-SQL)Data Types (Transact-SQL)
SET (Transact-SQL)