About 20,200 results
Open links in new tab
  1. Combine DATE and TIME to DATETIME2 in SQL Server

    Mar 10, 2011 · We won’t go into how DATETIME2 is stored if you convert it to binary but this properly creates and concatenates the binary versions of TIME and DATE to produce a DATETIME2 binary, …

  2. Formatting Dates and Times: The SQL Dialect Divide

    Jul 8, 2019 · SQL Server: CONVERT, FORMAT, and Implicit Magic SQL Server doesn’t use TO_CHAR or TO_DATE, as these are functions built into Oracle.

  3. Convert UNIX Timestamps to DATE/TIMEs in SQL Server - Part#1

    Mar 10, 2011 · Learn how to easily convert UNIX Timestamps to Date/Times and vice versa in SQL Server and the simple math behind it all. (Jeff Moden)

  4. CONVERT DATETIME to TIME and remove seconds and milliseconds

    Sep 22, 2016 · Home Forums SQL Server 2014 Development - SQL Server 2014 CONVERT DATETIME to TIME and remove seconds and milliseconds Post reply

  5. Convert Bigint time to datetime – SQLServerCentral Forums

    Apr 17, 2014 · Convert Bigint time to datetime Forum – Learn more on SQLServerCentral

  6. Convert datetime to bigint – SQLServerCentral Forums

    Dec 3, 2014 · The original poster's code creates a human-readable date/time in a bigint format. For example, if you run the poster's code you'll get a value like 20141222133915, which you can easily …

  7. Convert DATETIME to a date in ISO format - SQLServerCentral

    Apr 25, 2019 · Home Forums SQL Server 2016 SQL Server 2016 - Development and T-SQL Convert DATETIME to a date in ISO format Post reply

  8. convert char to datetime – SQLServerCentral Forums

    Jul 13, 2004 · If the point is to enter the char data into a datatime column in the database, you don't need to convert the value to a datetime (assuming it's a valid date), since the conversion is implicit.

  9. How do i convert nvarchar to datetime? - SQLServerCentral

    Feb 7, 2012 · I have created a new column called ddate2 where i want to convert the values from ddate into datetime format using an update statement.

  10. How to convert run_date and run_time columns to datetime from SQL …

    Feb 10, 2025 · How to convert run_date and run_time columns to datetime from SQL Agent systable Forum – Learn more on SQLServerCentral