About 50 results
Open links in new tab
  1. datetime (Transact-SQL) - SQL Server | Microsoft Learn

    To use the ISO 8601 format, you must specify each element in the format, including the T, the colons (:), and the period (.) that are shown in the format. The brackets indicate that the …

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

    Returns a value formatted with the specified format and optional culture. Use the FORMAT function for locale-aware formatting of date/time and number values as strings. For general …

  3. Date and Time Data Types and Functions - SQL Server (Transact …

    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.

  4. CAST and CONVERT (Transact-SQL) - SQL Server | Microsoft Learn

    Reference for the CAST and CONVERT Transact-SQL functions. These functions convert expressions from one data type to another.

  5. datetime2 (Transact-SQL) - SQL Server | Microsoft Learn

    Defines a date that is combined with a time of day that is based on 24-hour clock. datetime2 can be considered as an extension of the existing datetime type that has a larger date range, a …

  6. SET DATEFORMAT (Transact-SQL) - SQL Server | Microsoft Learn

    It doesn't affect the display of date data type values, nor their storage format in the database. Some character string formats, for example ISO 8601, are interpreted independently of the …

  7. date (Transact-SQL) - SQL Server | Microsoft Learn

    Datetime data types allow dates in the Gregorian format to be stored in the date range 0001-01-01 CE through 9999-12-31 CE. The default string literal format, which is used for down-level …

  8. Datetime (Transact-SQL) - SQL Server | Microsoft Learn

    datetime definiert ein Datum, das mit einer Tageszeit mit Bruch sekunden kombiniert wird, die auf einer 24-Stunden-Uhr basiert.

  9. Hora de la cita (Transact-SQL) - SQL Server | Microsoft Learn

    Convertir otros tipos de fecha y hora en el tipo de datos datetime En esta sección se describe lo que ocurre cuando otros tipos de datos de fecha y hora se convierten en un tipo de datos …

  10. フォーマット (Transact-SQL) - SQL Server | Microsoft Learn

    FORMAT 関数は、指定した書式と省略可能なカルチャで書式設定された値を返します。