Easy way to strip time part in sql date time
posted by jamiegs(0) 2 years, 7 months ago 0
CAST(FLOOR( CAST( GETDATE() AS FLOAT ) ) AS DATETIME) is another way to do it.
Reply