Home All Groups Group Topic Archive Search About
Author
21 Jan 2006 8:33 AM
SouRa
Hi,

I want to display the name in Title case (like this - Soura Raja)

Please advise me.

rgds,
Soura

Author
21 Jan 2006 8:39 AM
Jens
Not sure how your underlying structure of the table is, netter you post
some DDL to find a solution for you http://www.aspfaq.cpm/5006. A
proper soltion, if you have both Firstname and LastName as a column
would be:

SELECT FirstName + ' ' + Lastname
FROM SomeTable

HTH, jens Suessmeyer.
Author
21 Jan 2006 12:04 PM
ML
Hmm... Are you talking about capitalizing first letters of words? Why would
you want to do this in T-SQL? This should be handled on the application tier.

Anyway, google for "proper case SQL".


ML

---
http://milambda.blogspot.com/

AddThis Social Bookmark Button