I need to update this table in SQL Server with data from its 'parent' table, see below: Table: sale
SELECT GETDATE() Returns: 2008-09-22 15:24:13.790 I want that date part without the time part: 2008-09-22 0
If I run the following program, which parses two date strings referencing times 1 second apart and compares th