Convert strings to UPPERCASE in SQL Server September 18, 2023 by Tarik UPPER SELECT UPPER(LastName) + ', ' + FirstName AS Name FROM Person.Person