How do we get month name in SQL Server 2000, Oracle, MS Access?
Answer Posted / sairam
select datename(mm,getdate())
| Is This Answer Correct ? | 173 Yes | 30 No |
Post New Answer View All Answers
What are the difference between “where” and “having” clause in sql server?
What is use of attribute hierarchy optimized state? : sql server analysis services, ssas
What is the maximum size of column in sql server?
which backup strategy you are following at ur company
Why do we use stored procedures in sql server?
How to grant a permission in ms sql server using "grant execute" statements?
How can I get data from a database on another server?
What stored procedure would you use to view lock information?
Can primary key be null?
What are transactions and its controls?
what are the new features introduced in sql server 2000? : Sql server database administration
What is difference between equi join and natural join?
what is sql server? : Sql server database administration
Write SQL queries on Self Join and Inner Join.
Explain the truncate command?