About 1,880,000 results
Open links in new tab
  1. Getting current system time in SQL Server - Stack Overflow

    Mar 15, 2012 · 0 dater datetime default getupdate () dater it is an name of column datetime it is an datatype default it is an assign current system date and time but the inserting a column data we …

  2. sql - Conversion failed when converting date and/or time from …

    Jan 2, 2013 · Sometimes, the conversion in SQL Server fails not because of the Date or Time formats used. It is merely because you are trying to store wrong data that is not acceptable to the system.

  3. database - how to get current datetime in SQL? - Stack Overflow

    Aug 5, 2009 · Want to get current datetime to insert into lastModifiedTime column. I am using MySQL database. My questions are: is there a function available in SQL? or it is implementation depended …

  4. sql - How do you insert current system date and time? - Stack Overflow

    Jan 23, 2019 · I am trying to insert the current system date and time using the following query, when I use to_timestamp(sysdate,'DD-MON-RR HH24.MI.SSXFF') I don't get the time.

  5. Need a datetime column in SQL Server that automatically updates …

    I need to create a new DATETIME column in SQL Server that will always contain the date of when the record was created, and then it needs to automatically update whenever the record is modified.

  6. How to get system date in SQL server regardless of server location

    Feb 6, 2015 · But I am executing the GetDate function in same server but in my system which is in different location from SQL server location. All I need is to get the current system date even if i …

  7. How to return only the Date from a SQL Server DateTime datatype

    Sep 22, 2008 · How to return only the Date from a SQL Server DateTime datatype Asked 17 years, 2 months ago Modified 1 year ago Viewed 3.9m times

  8. How do I get system date and time in oracle sql?

    Oct 30, 2021 · How do I get system date and time in oracle sql? Asked 4 years, 1 month ago Modified 4 years, 1 month ago Viewed 24k times

  9. sql - How does work AS OF clause in system-versioned temporal tables ...

    Oct 27, 2018 · 1 You are working with system-versioned temporal tables. First introduced at ANSI SQL 2011 and then at SQL SERVER 2016. This tables have two control columns, sysStartDate and …

  10. sql server - How to select date without time in SQL - Stack Overflow

    Feb 26, 2011 · It seems to combine the SQL Server T-SQL GetDate() with the Oracle PL/SQL TO_DATE(). If it did work, it appears to involve an unnecessary date/time to text to date conversion, …