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()

Delete duplicate records from a Table in SQL Server