How to find string length without using Len() function in MSSQL?
Shubham Kumar
by using PATINDEX EX: select PATINDEX('%[A-Z]','SURABITH')