Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Capitilization of First Characters in each words

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-06-22 : 07:34:27
Abraham writes "SQL Team,

I have a table named 'Addresses' which has the following fields

Addressid int
FirstName varchar(50)
Last Name varchar (50)
Address varchar(100)
Children Names varchar(100)


I would like to capitalise the First letter of Each words in each fields.
Eg: Maria Mansion, Jayanagar, Bangalore.

Can you please suggest me a query to do this.

I am using SQL Server 7.0 and Windows 98 SE.

Thanking you,

Regards

Abraham Thomas."
   

- Advertisement -