Text and Image Functions (Transact-SQL)

The following scalar functions perform an operation on a text or image input value or column and return information about the value:

PATINDEX

TEXTVALID

TEXTPTR

 

These text and image functions are nondeterministic. This means they do not always return the same results every time they are called, even with the same set of input values. For more information about function determinism, see Deterministic and Nondeterministic Functions.

See Also

Reference

Built-in Functions (Transact-SQL)