How to check string length in Sql Server?

 Posted by vishalneeraj-24503 on 3/14/2014 | Category: Sql Server Interview questions | Views: 1803 | Points: 40
Answer:

We have in-built Sql Server function called Len,which is used for checking length.It counts the number of characters in the string.
Syntax:
Len(string expression);


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response