I have FirstName and LastName columns in sql..
I want to make First Name’s first letter big and the rests low
same LastName’s first letter big and rests low
For example : we have FisrtName and LastName is john sinatra name
mine must be John Sinatra.
how T-SQL code should be ?
I have FirstName and LastName columns in sql.. I want to make First Name’s
Share
Try this: