Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: default date format

    I think it is the easiest way

    select * from Track

    where

    Track.Track_Open_Date = CAST(CONVERT(char(10),GETDATE(),102) AS smalldatetime))

Viewing post 1 (of 1 total)