How to get the month name in SQL Server

There is a built-in function called datename() for find the month name from given date.
for example:

Comments

Popular posts from this blog

SQL SERVER – TRIM() Function – UDF TRIM()

Use of Begin, Commit, Rollback Transactions in SQL Server

Recover the Database in SQL SERVER