T-SQL – How to output day name from date Written by Adrian Gordon SQL Server This T-SQL code demonstrates how to retrieve the day name from a given date using the DATENAME function in SQL Server.
T-SQL – How to output day number from date Written by Adrian Gordon SQL Server Learn how to extract the day number from a date using T-SQL with this simple and effective code snippet. Get the day number for any given date in SQL Server.
T-SQL – How to output name of month Written by Adrian Gordon SQL Server This T-SQL code demonstrates how to display the name of the current month using the DATENAME function in SQL Server.