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
Can binary strings be used in arithmetical operations?
What is SQL Azure Data sync?
What are the different authentication modes in sql server?
List the data types available in mssql?
Explain an incremental backup?
Do you know what are the properties of the relational tables?
What is the filtered index?
Will count(column) include columns with null values in its count?
Write a SQL command to insert and update only a particular field?
How to list all user defined functions in the current database?
What are rest-style architecture's?
What is bulkcopy in sql?
Explain the steps needed to create a scheduled job?
Can you explain what are commit and rollback in sql?
What is the purpose of sql profiler in sql server?