How do we get month name in SQL Server 2000, Oracle, MS Access?
Answers were Sorted based on User's Feedback
Answer / anil sharma
SELECT CONVERT(varchar,GETDATE(),0)
Return Value = Jun 6 2007
Is This Answer Correct ? | 5 Yes | 10 No |
What is the status of services on passive node for failover cluster in sql server? : sql server database administration
What is entity data services?
You are doing log shipping due to some reasons it is failing. How you will proceed from there
What is resource governor?
How many types of the database links?
How to turn off warning messages during php execution?
What are the advantages of passing name-value pairs as parameters?
where can you add custom error messages to sql server? : Sql server administration
how to know Who Is Blocking Your SQL Server?
Types of Authentications in Sql Server? How user gets authenticated through windows authentication?
What are logical database components? : SQL Server Architecture
What should be the fill factor for indexes created on tables? : sql server database administration