Collection Contents Index WHILE statement [T-SQL] CHAPTER 10.  Database Error Messages pdf/chap9.pdf

Reference Manual
   CHAPTER 9. SQL Statements     

WRITETEXT statement [T-SQL]


Function 

Permits non-logged, interactive updating of an existing text or image column.

Syntax 

WRITETEXT table-name.column-name
... text_pointer [ WITH LOG ] data

Authorization 

None.

Side effects 

WRITETEXT does not fire triggers, and by default WRITETEXT operations are not recorded in the transaction log.

Description 

Updates an existing text or image value. The update is not recorded in the transaction log, unless the WITH LOG option is supplied. You cannot carry out WRITETEXT operations on views.

Standards and compatibility 

Example 


Collection Contents Index WHILE statement [T-SQL] CHAPTER 10.  Database Error Messages pdf/chap9.pdf