Hi Everyone! I want to display month in word formate in SQL server 2008. e.g. 25 Jan 2013 00:00:00. can you help me? Thanks in advance
You can try this line of code
SELECT CONVERT(VARCHAR(50),GETDATE(),113)