How do we get month name in SQL Server 2000, Oracle, MS Access?
Answer Posted / rajiv rohilla
in ms-access we can use
select format(date(),'mmmm')
| Is This Answer Correct ? | 37 Yes | 28 No |
Post New Answer View All Answers
Describe how to use linked server?
What are the differences between substr and charindex in sql server.
How to copy the tables, schema and views from one sql server to another?
What type of Index will get created after executing the above statement?
Why are sql functions used?
How do I shrink an ldf file?
What are the rendering extensions of ssrs?
What is an indexing technique?
Can I run multiple instances of sql server 2000 at the same time on one computer?
What are the advantages of user-defined functions over stored procedures in sql server?
Explain acid?
What are recommended options to be used while using db mirroring? : sql server database administration
what is the difference between a primary key and a unique key? : Sql server database administration
What is dbcc command in sql server?
Differentiate between a having clause and a where clause.