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

    The GETDATE () function returns the current database system date and time, in a 'YYYY-MM-DD hh:mm:ss.mmm' format. Tip: Also look at the CURRENT_TIMESTAMP function.

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

    Apr 30, 2007 · Transact-SQL reference for the GETDATE function, which returns the current database system time as a datetime value.

  3. SQL Server GETDATE () function and its use cases

    This article will describe SQL Server GETDATE () function and compare it with other date-time functions available in SQL Server.

  4. SQL GETDATE Function Use and Examples - SQL Server Tips

    Apr 28, 2025 · Learn about the SQL Server GETDATE () function and how this can be used to get the current date and time to use in T-SQL coding.

  5. How to use GETDATE Function in SQL Server

    Nov 28, 2023 · This SQL Server tutorial explains step by step how to use the GETDATE function in SQL Server to retrieve the current date and time of the compute system.

  6. SQL Server GETDATE () Function - GeeksforGeeks

    Jun 15, 2024 · In SQL Server, GETDATE () can be used as a default value for a column to automatically set the current date and time when a new row is inserted. This is particularly useful for tracking the …

  7. SQL Server GETDATE Function Explained with Real-World Examples

    Feb 27, 2025 · Learn how to use the SQL Server GETDATE function to retrieve the current date and time. Includes syntax, use cases, performance tips, and examples in dbForge Studio for SQL Server.

  8. GETDATESQL Tutorial

    The SQL GETDATE function is a built-in date and time function in SQL Server that returns the current date and time of the system. It is a non-deterministic function, meaning that it returns a different …

  9. SQL GETDATE Function: Complete Beginner’s Guide

    Jul 18, 2025 · In this beginner’s guide, we’ll walk you through everything you need to know about the GETDATE function: how it works, how to use it, and why it’s so valuable.

  10. SQL Server GETDATE() Function Explained By Practical Examples

    In this tutorial, you will learn how to use the SQL Server GETDATE () function to get the current system timestamp.