About 1,630,000 results
Open links in new tab
  1. Date and Time Data Types and Functions - SQL Server (Transact-SQL

    Aug 8, 2024 · Functions that return system date and time values Transact-SQL derives all system date and time values from the operating system of the computer on which the instance of SQL …

  2. SQL Server Date and Time Functions with Examples

    Dec 31, 2024 · So, I put together this tutorial that shows the different date and time functions all in one place along with examples to make finding what you are looking for much easier to find …

  3. SQL Server Date Functions Overview

    This page lists the most commonly used SQL Server Date functions that allow you to handle date and time date effectively.

  4. Date Functions in SQL Server and MySQL - W3Schools

    The most difficult part when working with dates is to be sure that the format of the date you are trying to insert, matches the format of the date column in the database.

  5. SQL Date Functions

    This page covers the most important SQL date functions that allow you to effectively manipulate date and time data.

  6. SQL | Date Functions - GeeksforGeeks

    Aug 20, 2025 · SQL Date Functions are built-in tools used to manage and manipulate date and time values in a database. They are essential for performing operations like retrieving current …

  7. SQL DATE Functions and Time functions - Tutorial Gateway

    The SQL Server provides various Date Functions to work with dt and time value. This article shows the list of SQL Server Date time functions.

  8. SQL Server Helper - Date and Time Functions

    Home > Functions > SQL Server Date and Time Functions SQL Server Date and Time Functions ... New Date and Time Functions in SQL Server 2008 ... Frequently Asked Questions - SQL …

  9. SQL Server Date Functions: A Data Analysis Guide

    Jan 30, 2024 · Date functions are the bread and butter of data analysis and reporting with SQL Server. In this guide, I will show you practical examples of the use of SQL Server date …

  10. SQL Server Date and Time Functions

    The DATENAME() function is a date and time function in Microsoft SQL Server used to extract a specific part of a date or time, such as the year, month, hour, or minute.