How do we get month name in SQL Server 2000, Oracle, MS Access?
Answer Posted / kongu karunakaran
select datename(month,parametername or columnname) from
tablename
Is This Answer Correct ? | 33 Yes | 16 No |
Post New Answer View All Answers
Do you know sql server 2008 introduces automatic auditing?
How can you ensure that the database and sql server based application perform well?
Can you please explain the difference between function and stored procedure?
What happens if you insert a duplicate key for the primary key column in ms sql server?
How to enter comments in transact-sql statements?
What is the contrast between sql and mysql?
Explain system views?
Who developed sql server?
You want to use bids to deploy a report to a different server than the one you chose in the report wizard. How can you change the server url?
What are the difficulties faced in cube development? : sql server analysis services, ssas
What are different types of raid configurations? : SQL Server Architecture
Why should one not prefix user stored procedures with ‘sp_’?
What are the purposes and advantages stored procedure?
How to create a login account in ms sql server to access the database engine using "create login" statements?
What is encryption key?