Dealing with Time

  • Hai Guys,

    How can i store only the time in a datetime field.

    Want to eliminate the default date.

    Thanks

  • store them in a char(5) field???

    MVDBA

  • Hi,

    try this :

    select right(getdate(),8)

    and stored it in a nvarchar(8).

    PS:You may need to convert it.

  • Use DB2 or other DBMS (Yukon) that supports TIME as a datatype. 

     

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply