how to select a field with firstletter as capital and
remaining are small letters
Answer Posted / radhika
SELECT Left(upper(<field_name>) , 1) + substring(lower
(<field_name>, 2, len
(<field_name>))
FROM <table_name>
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
explain what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
What is deploy, process and build? : sql server analysis services, ssas
Explain about Joins?
What stored by the tempdb ? : sql server database administration
How to find index size for each index on table?
What are relationships and mention different types of relationships in the dbms
Are connections to sql server encrypted?
Tell me the difference between clustered and non-clustered index?
Explain the various types of concurrency problem?
Explain powershell included in sql server 2008?
What are the advantages of using a stored procedure?
What is nonclustered index with included columns ?
How to add an address record into adventureworkslt?
What is create statement?
Difference between DELETE and TRUNCATE?