how to select a field with firstletter as capital and
remaining are small letters
Answer Posted / priya
SELECT * UPPER(SUBSTRING(<COLUMNNAME>,1,1))
+LOWER(SUBSTRING(<COLUMNNAME>,2,LEN(<COLUMNNAME>))) AS
<SOMENAME> FROM <TABLENAME>
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
how would you troubleshoot blocking? : Sql server database administration
Sql studio em braces a variety of capabilities, but will I need them all? Is there a simpler product ? : sql server management studio
Explain about service Broker functions?
What is row_number function?
What are triggers? How many triggers you can have on a table? How to invoke a trigger on demand?
What is a filestream?
What is the datatype of rowid?
How to move database physical files in ms sql server?
What is dbcc?
Mention the 3 ways to get a count of the number of records in a table.
Why use “pivot” in sql server?
What do you mean by an execution plan? Why is it used? How would you view it?
Define tempdb database?
What are the types of table?
What is the default port for SQL Server over a firewall?