How do we get month name in SQL Server 2000, Oracle, MS Access?
Answer Posted / test
select datename(month,getdate())
| Is This Answer Correct ? | 11 Yes | 6 No |
Post New Answer View All Answers
Why do we use stored procedures in sql server?
What are the differences between INNER JOIN, LEFT JOIN and RIGHT JOIN in SQL Server?
What is the difference between insensitive and scroll cursor?
Explain datetime2 data type in sal server 2008?
Define self join?
What is delete query?
Which operator do you use to return all of the rows from one query except rows are returned in a second query?
What are the drawbacks of reporting in ssrs?
How to insert data with null values?
What is meant by indexing?
Can we run Reporting Services with SQL Server express edition, which is a free version of SQL Server?
your sql server is running out of disk space. You notice that there are several large files with ldf extensions what are these files? : Sql server administration
Is mysql the same as sql server?
Can we do dml on views?
What are the disadvantages of using the stored procedures?