How do we get month name in SQL Server 2000, Oracle, MS Access?
Answer Posted / foram
select month(getdate())
select month(dateparametername) from tablename
---here u will get number of month
or
select datename(month,getdate())
select datename(month,dateparametername) from tablename
to get name of month
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What are views used for?
Why normalization is used?
What is the federation in sql azure?
What is fill factor and pad index?
What are the new features in SQL Server 2005 when compared to SQL Server 2000?
Describe in brief sql server monitoring ways.
List the types of recovery model available in sql server?
What are parameterized reports?
What samples and sample databases are provided by microsoft?
Explain view in sql server?
How to apply filtering criteria at group level with the having clause in ms sql server?
How can change procedure in sql server?
What is the New in SQL server 2008?
How to execute multiple stored procedures at one time in sql server?
What are different types of replication in sql server?