Propercase in tables

P

Picasso

i know that its possible to do sentence case string converstions in ACCESS
using STRCONV([],3)

but is there any way that i can do this in SQL Server using SQL Analyzer?
all i can find is the LOWER - and UPPER functions?
i need to make JOHN SMITH - John Smith

can this be done in SQL server?
 
I

i_takeuti

Picasso said:
i know that its possible to do sentence case string converstions in ACCESS
using STRCONV([],3)

but is there any way that i can do this in SQL Server using SQL Analyzer?
all i can find is the LOWER - and UPPER functions?
i need to make JOHN SMITH - John Smith

can this be done in SQL server?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top