Logo 
Search:

SQL Server Articles

Submit Article
Home » Articles » SQL Server » Text and Image FunctionRSS Feeds

TEXTVALID Function

Posted By: Sarita Patel     Category: SQL Server     Views: 1804

This article explains TEXTVALID function of sql server with examples.

TEXTVALID function is used to check specified text pointer is valid or not.


Syntax of TEXTVALID Function :

TEXTVALID ('table.column', text_ptr)

table is a name of table to be specified. 

column is a name of column of specified table.

text_ptr is a text pointer to be checked.

Return type of TEXTVALID is an integer.



Examples of TEXTVALID Function :

Example 1 : Use of TEXTVALID function in select clause

SELECT TEXTVALID()
  
Share: 

 
 

Didn't find what you were looking for? Find more on TEXTVALID Function Or get search suggestion and latest updates.

Sarita Patel
Sarita Patel author of TEXTVALID Function is from United States.
 
View All Articles

Related Articles and Code:


 
Please enter your Comment

  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].

 
No Comment Found, Be the First to post comment!