Declare @Name Varchar(100) = 'sailaja kumari'SELECT CONCAT(UPPER(SUBSTRING(@NAME,1,1)),LOWER(SUBSTRING(@NAME,2,LEN(@NAME))))
Login to post response