How do we get month name in SQL Server 2000, Oracle, MS Access?
Answer Posted / anil sharma
SELECT CONVERT(varchar,GETDATE(),0)
Return Value = Jun 6 2007
| Is This Answer Correct ? | 5 Yes | 10 No |
Post New Answer View All Answers
Where are sql server user names and passwords stored in sql server?
How do I run sql server 2014?
Can you always create a cache of a report?
List out what other servers you can use with ssrs?
How to write a query with an inner join in ms sql server?
How to see the event list of an existing trigger using sys.trigger_events?
List the different types of joins?
What are different types of raid configurations? : SQL Server Architecture
Can we use pragma autonomous_transaction in trigger?
How to write a query with a full outer join in ms sql server?
What is difference between sql and sql server?
How to declare and use cursor variables?
What security features are available for stored procedure?
What is row_number () and partition by in sql server?
Explain “@@rowcount” and “@@error” in sql server?