Fixed and variable-length data types for storing large non-Unicode and Unicode character and binary data. Unicode data uses the UNICODE UCS-2 character set.
These functions and statements can be used with ntext, text, or image data.
Functions | Statements |
---|---|
DATALENGTH | READTEXT |
PATINDEX | SET TEXTSIZE |
SUBSTRING | UPDATETEXT |
TEXTPTR | WRITETEXT |
TEXTVALID |
ALTER TABLE | DELETE |
CAST and CONVERT | INSERT |
CREATE TABLE | LIKE |
Data Type Conversion | SET @local_variable |
Data Types | UPDATE |
DECLARE @local_variable | Using Unicode Data |