SQL Server Code Example

Using the DateName Function

A practical SQL Server date and time example for Using the DateName Function.

Example and Notes

Use this SQL Server example as a starting point for development, troubleshooting, reporting, or maintenance work. Review it against your schema, data volume, permissions, and SQL Server version before using it in production.

The DateName function is a powerful SQL function you can use to manipulate and work with dates and return an text value based on the part of the date you select. For example, you may want to get the name of the day or month in a specific date. The example scripts below will show you how to get specific values for a date.

Examples of Using the DateName Function
DECLARE @Date datetime2 = '2018-09-25 19:47:00.8631597'
Unit of time Abbreviations Query Result
WEEKDAY dw SELECT DATENAME(WEEKDAY,@Date) Sunday


MONTH mm, m SELECT DATENAME(MM,@Date) September

Production Review

WSI can adapt this script for your database, improve error handling, tune performance, document the logic, and help deploy it safely.

Readable Example

The original sample is preserved and presented in a cleaner professional layout.

Practical Context

Each example is framed around how it may be used in real SQL Server work.

Expert Support

WSI can adapt examples for your specific schema, business rules, and performance needs.

About Us

WSI is a small business and a leading provider of custom SQL Server/Azure programming and database solutions for government entities, Fortune 1000 companies, and emerging businesses. We are your custom SQL Server/Azure development experts.

Privacy Notice

We use essential cookies to make this site work. With your permission, we may also use analytics or marketing cookies.