About 521,000 results
Open links in new tab
  1. SQL Server DATEADD () Function - W3Schools

    Aug 25, 2017 · Definition and Usage The DATEADD () function adds a time/date interval to a date and then returns the date. Syntax DATEADD (interval, number, date)

  2. DATEADD (Transact-SQL) - SQL Server | Microsoft Learn

    Aug 25, 2025 · This function adds a number (a signed integer) to a datepart of an input date, and returns a modified date/time value. For example, you can use this function to find the date that …

  3. SQL DATEADD Function Use and Examples - SQL Server Tips

    Jan 7, 2022 · In this section we will at different examples of how to use the SQL Server DATEADD function to add days or time to an existing date.

  4. SQL Server DATEADD Function By Practical Examples

    This tutorial shows you how to use the SQL Server DATEADD () function to add a specified value to a specified date part of a date.

  5. SQL Server DATEADD () Function - TutorialsTeacher.com

    In SQL Server, the DATEADD () function adds a number to a datepart and returns the modified datetime value. datepart: The specific part of the specified date parameter to which the …

  6. SQL Server Add Time To Date

    May 30, 2025 · Let’s discuss each approach individually to add time to a date in SQL Server. The DATEADD function is the most versatile and widely used method for adding time to a date in …

  7. SQL Server: DATEADD Function - TechOnTheNet

    This SQL Server tutorial explains how to use the DATEADD function in SQL Server (Transact-SQL) with syntax and examples. In SQL Server (Transact-SQL), the DATEADD function …

  8. SQL Server DATEADD Explained - thetable.hashnode.dev

    Aug 25, 2025 · Use SQL Server DATEADD to add or subtract time from a date. Learn how it works and where to apply it with query examples and tips.

  9. DATEADD () Function in SQL Server - GeeksforGeeks

    Jan 18, 2021 · DATEADD () function : This function in SQL Server is used to sum up a time or a date interval to a specified date, then returns the modified date. Features : This function is …

  10. SQL Server DATEADD: The Complete Guide - DbVisualizer

    Jun 10, 2024 · Learn to master the SQL Server DATEADD function with our comprehensive guide. Explore syntax, practical examples, and best practices for manipulating dates efficiently …