LEN() function in SQL Server SQL Functions SQL Server August 14, 2014April 27, 2018 vivekjohariLeave a Comment on LEN() function in SQL Server LEN():- This function is used to get the length of the given string value. Syntax:- Select len (stringvalue) For example, Select len(‘Vivek Johari’) Result:- 12 Share this:FacebookTwitterLinkedInRedditWhatsAppSkypePrintTumblrTelegramPinterestPocketLike this:Like Loading... Related Post