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
Define cursor locking
What are dml triggers and types of dml triggers?
What do you mean by an execution plan?
What is a dbms wizard?
How to drop existing views from a database in ms sql server?
What are the hotfixes and patches in sql server?
What is Command line parameters in PLSQL.?
What is sql server english query?
Is the primary key column of a table an index in ms sql server?
What is resultset concur_updatable?
what's the difference between a primary key and a unique key? : Sql server database administration
How do I start sql server?
How you would rewrite the sql query to return the customerid sorted numerically?
What are the grouping functions?
How to receive output values from stored procedures?