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

    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 Server runs.

  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 - GeeksforGeeks

    Nov 22, 2025 · SQL Date Functions are built-in tools used to handle, modify, and analyze date/time values in a database. They help perform tasks like retrieving current dates, …

  6. 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.

  7. T-SQL Date functions in SQL Server

    Jul 29, 2022 · This article describes how to use the T-SQL Date functions in SQL Server database. Date functions are: GETDATE, DATEPART, DATEADD, DATEDIFF, DATENAME, …

  8. SQL - Date Functions - Online Tutorials Library

    These functions can be used in SQL Server queries to perform various date and time operations, such as filtering records based on dates, calculating date differences, and formatting dates for …

  9. Mastering Date and Time Functions in SQL Server

    Sep 17, 2024 · In this article, we will delve into the different date and time functions offered by SQL Server. We will explore how to utilize these functions to effectively manage and work with …

  10. The Most Common Date Functions in T-SQL - kourentzes.com

    May 1, 2025 · Master the most useful T-SQL date functions in SQL Server. Learn how to use GETDATE, DATEADD, DATEDIFF, EOMONTH, and more with practical examples and tips.